summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* runtests.py test loader now only ignores SkipTest exceptionsVictor Stinner2014-11-131-1/+3
* Merge Tulip into TrolliusVictor Stinner2014-08-281-45/+62
|\
| * Merge Tulip into TrolliusVictor Stinner2014-07-291-43/+60
| |\
| | * runtest.py: skip test_asyncio on Python < 3.3Victor Stinner2014-07-251-0/+4
| | * fix runtests.py command lineVictor Stinner2014-06-271-7/+4
| | * Replace asyncio with trolliusVictor Stinner2014-05-201-1/+1
| | * Merge Tulip into TrolliusVictor Stinner2014-05-201-0/+19
| | |\
| | * | fix runtests.py for python 3Victor Stinner2014-02-261-1/+2
| | * | Tulip/Trollius: add/remove empty linesVictor Stinner2014-02-261-1/+0
| | * | Use "yield From(...)" syntax; set version to 0.2Victor Stinner2014-02-251-0/+1
| | * | selector_events: move getsockopt() wrapper outside the methodVictor Stinner2014-01-081-0/+1
| | * | Port runtest.py on Python 2.6 and 2.7Victor Stinner2014-01-081-28/+39
| | * | Python 2.6 does not support auto-numbering in str.format()Victor Stinner2014-01-061-8/+8
| | * | Port some examples on Python 2Victor Stinner2014-01-041-0/+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