enhancementhelp wanted
Description
that fails if a TCP port is busy
from sure import expect
@expect.free_port(8000)
def test_my_server():
# run the server
# run assertions against http request/responses
from sure import expect
@expect.free_port(8000)
def test_my_server():
# run the server
# run assertions against http request/responses