Merge pull request #120 from r4v5/fix-travis

Fix the travis build
This commit is contained in:
Micah Lee 2014-09-02 17:12:05 -07:00
commit 3ce43a65b6
3 changed files with 7 additions and 2 deletions

View file

@ -23,6 +23,7 @@ from nose import with_setup
def test_choose_port_returns_a_port_number():
"choose_port() returns a port number"
app = OnionShare()
app.choose_port()
assert 1024 <= app.port <= 65535
def test_choose_port_returns_an_open_port():