summaryrefslogtreecommitdiff
path: root/tests/test_discovery_sample/doctests.py
AgeCommit message (Collapse)Author
2018-01-04Reorganized test_runner test apps.Tim Graham
2014-10-23Made a doctest compatible with Python 2Claude Paroz
That test might not always execute, but can be executed when the parent test label is explicitely given.
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
Thanks aptiko for the reporti and Tim Graham for the review.