summaryrefslogtreecommitdiff
path: root/tests/debug_test.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-151-9/+4
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-15/+14
* python3 compatibilitySergey Shepelev2014-04-241-3/+3
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-6/+5
* python3 compatibility: range, zip, StringIOViktors2014-04-231-14/+11
* py3k - more testcases portedamajorek2010-03-071-2/+2
* Fix debug_test to use module name and line numbers determined at runtime.Chris AtLee2010-02-251-8/+5
* Fixed failure on 2.4...this is probably not the best solution but, it works f...Ryan Williams2010-02-241-1/+5
* minor fix for GreenSocket.send(). added socket.timeout arguments. more tests.Eugene Oden2010-02-221-1/+5
* tweaks to remove some DeprecationWarnings when running testsEugene Oden2010-02-221-3/+2
* Improve coverage of debug moduleChris AtLee2010-02-211-1/+82
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-181-0/+1
* Moved greenio_test to new APIs, created a new debug_test to test that module.Ryan Williams2010-01-171-0/+48