gabrielfalcao/sure

provide cool decorators

Open

#15 opened on 2012年6月16日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Python (686 stars) (75 forks)batch import
enhancementhelp wanted

説明

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

コントリビューターガイド