Files
deb-python-eventlet/tests
Sergey Shepelev 49773bb12b python3 compatibility
- dict.items().pop() in proc
- str/bytes in backdoor, api_test, ssl_test, test__refcount
- import httplib from six
- PEP-8 fixes
2014-04-23 16:52:43 +04:00
..
2014-04-23 15:15:22 +04:00
2014-04-23 16:52:43 +04:00
2014-04-23 16:52:43 +04:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +04:00
2014-04-23 15:15:22 +04:00
2014-04-23 15:15:22 +04:00
2014-04-15 18:44:38 +04:00
2014-04-15 18:44:38 +04:00
2014-04-23 15:15:22 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-04-23 16:52:43 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-04-23 16:52:43 +04:00
2014-04-15 18:44:38 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-04-23 15:15:22 +04:00
2014-04-15 18:44:38 +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.