enhancementhelp wanted
Repository metrics
- Stars
- (686 stars)
- PR merge metrics
- (No merged PRs in 30d)
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