setup.py 文件源码

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

项目:python-mysql-binlog-pubsub 作者: tarzanjw 项目源码 文件源码
def _test_all():
    """Run lint and tests.

    :return: exit code
    """
    return _lint() + _test()


# The following code is to allow tests to be run with `python setup.py test'.
# The main reason to make this possible is to allow tests to be run as part of
# Setuptools' automatic run of 2to3 on the source code. The recommended way to
# run tests is still `paver test_all'.
# See <http://pythonhosted.org/setuptools/python3.html>
# Code based on <http://pytest.org/latest/goodpractises.html#integration-with-setuptools-test-commands>  # NOPEP8
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号