summaryrefslogtreecommitdiff
path: root/tests/debug_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-151-9/+4
|
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-15/+14
| | | | https://github.com/eventlet/eventlet/issues/101
* python3 compatibilitySergey Shepelev2014-04-241-3/+3
| | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-6/+5
| | | | | For now, pep8 check is only run for some files known to be clean, we should clean the rest and enable pep8 check for all files then.
* 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
| | | | | This fixes version-specific values in test_line_nofile, and also makes it possible to run debug_test.py directly (not under nose).
* Fixed failure on 2.4...this is probably not the best solution but, it works ↵Ryan Williams2010-02-241-1/+5
| | | | for now.
* minor fix for GreenSocket.send(). added socket.timeout arguments. more tests.Eugene Oden2010-02-221-1/+5
| | | | | | | | | | GreenSocket.send() wasn't blocking properly or raising a socket.timeout if the send buffer is full. added a call to trampoline() added tests for several GreenSocket methods to check for proper socket.timeout behavior fixed a couple of other tests with changed behavior due to the send() fix.
* 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