mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 20:49:44 +00:00
15 lines
229 B
INI
15 lines
229 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
source = humulus
|
|
|
|
[flake8]
|
|
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,instance
|
|
show-source = True
|
|
ignore = W504
|
|
count = True
|