laboiteproject/lenuage

View on GitHub
pytest.ini

Summary

Maintainability
Test Coverage
[pytest]
DJANGO_SETTINGS_MODULE=laboite.settings.testing
python_files=
    tests.py
    test_*.py
addopts = --cov=laboite --cov-report=xml .