mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-12-24 19:03:27 +00:00
6 lines
196 B
INI
6 lines
196 B
INI
[pytest]
|
|
timeout=100
|
|
python_files = tests.py test_*.py *_tests.py
|
|
pytest_plugins = "pytest_cov", "pep8"
|
|
addopts = --doctest-modules --cov-config=.coveragerc --cov=lugito --cov-report=term-missing
|