| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor capturing stderr into a context manager | Jakub Stasiak | 2014-10-15 | 1 | -9/+4 |
| | | |||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -15/+14 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -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 check | Sergey Shepelev | 2014-04-23 | 1 | -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, StringIO | Viktors | 2014-04-23 | 1 | -14/+11 |
| | | |||||
| * | py3k - more testcases ported | amajorek | 2010-03-07 | 1 | -2/+2 |
| | | |||||
| * | Fix debug_test to use module name and line numbers determined at runtime. | Chris AtLee | 2010-02-25 | 1 | -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 Williams | 2010-02-24 | 1 | -1/+5 |
| | | | | | for now. | ||||
| * | minor fix for GreenSocket.send(). added socket.timeout arguments. more tests. | Eugene Oden | 2010-02-22 | 1 | -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 tests | Eugene Oden | 2010-02-22 | 1 | -3/+2 |
| | | |||||
| * | Improve coverage of debug module | Chris AtLee | 2010-02-21 | 1 | -1/+82 |
| | | |||||
| * | Doc improvements, removed docs for coros and proc modules. | Ryan Williams | 2010-01-18 | 1 | -0/+1 |
| | | |||||
| * | Moved greenio_test to new APIs, created a new debug_test to test that module. | Ryan Williams | 2010-01-17 | 1 | -0/+48 |
