setup.py 文件源码

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

项目:dractor 作者: VerizonDigital 项目源码 文件源码
def run_tests(self):
        """Customized run"""

        # deferred import
        import pytest

        # run pytest with empty array so pytest.ini takes complete control
        # need to use [] because of https://github.com/pytest-dev/pytest/issues/1110
        errno = pytest.main([])
        sys.exit(errno)


#
# Main logic
#
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号