2019-02-22 21:26:01 +01:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
addopts = --verbose --cov=backive --pep8 --cov-report term-missing --pylint --pylint-error-types=E --pylint-jobs=4
|
|
|
|
python_files = tests/test_*.py
|
|
|
|
|
|
|
|
[build]
|
|
|
|
executable = /usr/bin/env python3
|