jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
502 stars 111 forks source link

"python -m unittest strokes.py" doesn't exit for me #124

Open d33tah opened 6 years ago

d33tah commented 6 years ago

Hi,

Consider the following repo:

https://github.com/d33tah/strokes/tree/7b52ba4b194b4127bd38e290e6bac742cfc06547

When I comment out test_gen_nihao_200, it works fine. Unfortunately if I don't, it reports success but doesn't exit (seems to loop forever). Leaving just test_gen_nihao_200 doesn't help either. Looks like mixing in async code and subprocesses does something unexpected. Could you help me sort out what?