pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

`test_curses_application` hangs occasionally #44

Open alex-eg opened 7 years ago

alex-eg commented 7 years ago

make view_cov just hangs at

xoinvader/tests/test_application.py::test_curses_application 

line. Happened 4 times to me.

alex-eg commented 7 years ago

^C trace:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
to show a full traceback on KeyboardInterrupt use --fulltrace
/home/alex/dev/xoinvader/.venv/lib/python3.5/site-packages/tornado/ioloop.py:862: KeyboardInterrupt
alex-eg commented 7 years ago

Just happened 4 more times. Ugh.

pkulev commented 7 years ago

wow, never caught this. Maybe I am working with loop wrong at some actions...