Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_discovery_sample/doctests.py
Commit message (Collapse)AuthorAgeFilesLines
* Made a doctest compatible with Python 2Claude Paroz2014-10-231-4/+4
| | | | | That test might not always execute, but can be executed when the parent test label is explicitely given.
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-1/+2
|
* Fixed #22102 -- Made SimpleTestCase tests run before ↵Claude Paroz2014-04-121-0/+45
unittest.TestCase ones Thanks aptiko for the reporti and Tim Graham for the review.