gabrielfalcao/sure

provide cool decorators

Open

#15 建立於 2012年6月16日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Python (686 star) (75 fork)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

貢獻者指南