Files
deb-python-eventlet/tests
Sergey Shepelev cbd404d56e python3 compatibility
- __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
2014-04-24 18:11:37 +04:00
..
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-23 15:15:22 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-03-28 10:58:14 +04:00
2014-04-23 16:52:43 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-03-28 10:58:14 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00

The tests are intended to be run using Nose.  
http://somethingaboutorange.com/mrl/projects/nose/

To run tests, simply install nose, and then, in the eventlet tree, do:
   $ nosetests

That's it!  Its output is the same as unittest's output.  It tends to emit a lot of tracebacks from various poorly-behaving tests, but they still (generally) pass.