nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Nosetests hangs after testing is done #998

Open lfdversluis opened 8 years ago

lfdversluis commented 8 years ago

I wrote some tests using the deferred decorator in python + twisted and it works well, however when nosetests is done running I get the report Ran 9 tests in 0.165s and it then hangs indefinitely. What could be the issue?