summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* runtests.py: rephrase the message mentionning randomization of testsVictor Stinner2015-01-161-1/+1
* Cleanup runtests.pyVictor Stinner2014-12-191-14/+16
* runtests.py: only catch SkipTest exception when loading a module, don't catchVictor Stinner2014-11-201-1/+1
* runtests.py: display a message to mention if tests are run in debug or releas...Victor Stinner2014-08-281-0/+5
* Fix runtest.py to be able to log at level DEBUGVictor Stinner2014-07-251-6/+8
* Add option to randomize test order.Guido van Rossum2014-05-191-0/+17
* Fix coverage -- it was still using tulip instead of asyncio.Guido van Rossum2013-10-311-1/+1
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-1/+1
* Fix runtests.py --forever for python 3.4.Andrew Svetlov2013-09-201-25/+43
* pep8 related fixesNikolay Kim2013-09-191-1/+0
* Fold long line.Guido van Rossum2013-09-061-2/+2
* Refactor coverage support to allow collecting coverage for filtered tests only.Andrew Svetlov2013-09-041-53/+49
* Make script docstrings and doc pointers for coverage consistent.Guido van Rossum2013-08-291-11/+9
* Add --findleaks option to runtests.pyAndrew Svetlov2013-08-291-5/+48
* Add --forever option to runtests.py, fix sporadic test errorAndrew Svetlov2013-08-261-2/+13
* Shorten/fold lines to fit 80 chars.Guido van Rossum2013-08-181-2/+3
* Add --catch parameter to runtests.pyAndrew Svetlov2013-08-171-0/+8
* Fix typoAndrew Svetlov2013-08-131-1/+1
* Point to setuptools instead of distribute in runtests.pyAndrew Svetlov2013-08-131-4/+4
* Add --failfast parameter to runtests.pyAndrew Svetlov2013-08-091-1/+5
* 'make test' will now crash in case of syntax error in test filesGiampaolo Rodola'2013-04-291-0/+2
* Replace % with format() everywhere.A. Jesse Jiryu Davis2013-03-291-7/+7
* Tests should not have docstrings, they pollute the output.Guido van Rossum2013-03-201-1/+1
* basic udp supportNikolay Kim2013-03-131-3/+8
* better submodule support, more verbose on skipping modulesNikolay Kim2013-03-081-16/+16
* runtests.py coverage supportNikolay Kim2013-03-071-28/+121
* runtests improvements.Guido van Rossum2013-02-271-2/+2
* There is nothing in runtests.py that is tulip-specific any more.Guido van Rossum2013-02-261-5/+4
* tests moved to separate directoryNikolay Kim2013-02-221-6/+8
* _ProactorSocketTransport get_extra_info supportNikolay Kim2013-02-201-5/+7
* Use pep8 naming style for test namesNikolay Kim2013-01-291-59/+62
* MergeGuido van Rossum2013-01-251-0/+12
|\
| * Logging tweaks for tests.Guido van Rossum2013-01-251-0/+12
* | Disable subprocess_test on Windows.Richard Oudkerk2013-01-251-0/+6
|/
* load tests from *_test.py filesNikolay Kim2013-01-241-2/+5
* Support -x flag to exclude tests.Guido van Rossum2013-01-201-5/+17
* Specifically check for 3.3 or higher.Guido van Rossum2013-01-101-1/+1
* Add test id pattern matching feature to runtests.py.Guido van Rossum2013-01-101-3/+25
* Tasks can wait for Futures.Guido van Rossum2012-12-181-1/+1
* Set up coverage.Guido van Rossum2012-12-171-1/+1
* Checkpoint: First unittests.Guido van Rossum2012-12-171-0/+39