runtests.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:plugs-mail 作者: solocompt 项目源码 文件源码
def run_tests(*test_args):
    if not test_args:
        test_args = ['tests']

    # Run tests
    TestRunner = get_runner(settings)
    test_runner = TestRunner()

    failures = test_runner.run_tests(test_args)

    if failures:
        sys.exit(bool(failures))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号