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

贡献者指南

provide cool decorators · gabrielfalcao/sure#15 | Good First Issue