nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Fix GH-101 by removing fragile integration tests #118

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

The tests in honcho/test/integration/test_ports.py are fragile, as they rely on processes starting up and echoing something before the assert fires. They're using a sleep 1 as a hack to try to make this more likely, which surely is a sign of a bad test.

Alternative to https://github.com/nickstenning/honcho/pull/102 for fixing GH-101.

nickstenning commented 9 years ago

:+1: