提交 d88afb7f 编写于 作者: P Pierre Fersing 提交者: GitHub

Merge pull request #193 from ZoetropeLabs/feature/stricter-tests

Make test suite a bit more strict
[aliases]
test=pytest
[tool:pytest]
addopts=-r xs --pylama
strict=True
testpaths=tests src
[pylama]
linters=pyflakes
skip=tests/*
......@@ -11,7 +11,7 @@ with open('README.rst', 'rb') as readme_file:
readme = readme_file.read().decode('utf-8')
requirements = []
test_requirements = ['pytest']
test_requirements = ['pytest', 'pylama']
setup_requirements = ['pytest-runner']
if sys.version_info < (3, 0):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册