Skip to content

Conversation

mozillazg
Copy link
Contributor

Before:

$ ./manage.py test peps/tests -v2
Creating test database for alias 'default' ('test_pythondotorg')...
....
System check identified no issues (0 silenced).
test_add_image_not_found (peps.tests.test_converters.PEPConverterTests) ... ok
test_html_do_not_prettify (peps.tests.test_converters.PEPConverterTests) ... ok
test_invalid_pep_number (peps.tests.test_converters.PEPConverterTests) ... ok
test_source_link (peps.tests.test_converters.PEPConverterTests) ... ok
test_source_link_rst (peps.tests.test_converters.PEPConverterTests) ... ok
test_strip_html_and_body_tags (peps.tests.test_converters.PEPConverterTests) ... ok

----------------------------------------------------------------------
Ran 6 tests in 0.203s

OK
Destroying test database for alias 'default' ('test_pythondotorg')...

After:

$ ./manage.py test peps/tests -v2
Creating test database for alias 'default' ('test_pythondotorg')...
...
System check identified no issues (0 silenced).
test_dump_pep_pages (peps.tests.test_commands.PEPManagementCommandTests) ... ok
test_generate_pep_pages_real (peps.tests.test_commands.PEPManagementCommandTests) ... ok
test_image_generated (peps.tests.test_commands.PEPManagementCommandTests) ... ok
test_add_image_not_found (peps.tests.test_converters.PEPConverterTests) ... ok
test_html_do_not_prettify (peps.tests.test_converters.PEPConverterTests) ... ok
test_invalid_pep_number (peps.tests.test_converters.PEPConverterTests) ... ok
test_source_link (peps.tests.test_converters.PEPConverterTests) ... ok
test_source_link_rst (peps.tests.test_converters.PEPConverterTests) ... ok
test_strip_html_and_body_tags (peps.tests.test_converters.PEPConverterTests) ... ok

----------------------------------------------------------------------
Ran 9 tests in 1.194s

OK
Destroying test database for alias 'default' ('test_pythondotorg')...

Ref #1389

Copy link
Member

@berkerpeksag berkerpeksag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Please leave a comment after you've addressed review comments. GitHub doesn't send any notifications when you force-pushed to a branch.

@berkerpeksag berkerpeksag merged commit cf5c53c into python:master Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants