netzulo/qacode

View on GitHub
pytest.ini

Summary

Maintainability
Test Coverage
[pytest]
addopts = --verbose
testpaths = tests
console_output_style = progress
python_files = suite_*.py
python_classes = Test*
python_functions = test_*_*
filterwarnings =
    error
    ignore::UserWarning
    ignore::DeprecationWarning