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

remove port assertion #133

Closed slafs closed 9 years ago

slafs commented 9 years ago

fixes #132

msabramo commented 9 years ago

From Travis CI failure, looks like a test needs to be updated?

======================================================================
FAIL: test_port_invalid (honcho.test.unit.test_environ.TestExpandProcesses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/nickstenning/honcho/honcho/test/unit/test_environ.py", line 210, in test_port_invalid
    self.assertRaises(AssertionError, ep, ("foo", "test"), port=5123)
AssertionError: AssertionError not raised
slafs commented 9 years ago

Ah, shoot! Didn't notice that :/. Thanks.