[aliases]
test=pytest

[tool:pytest]
addopts = --verbose
python_files =
    test_*.py
    *_test.py
    tests.py