File diff d32cbe382db9 → 8655320fec11
pytest.ini
Show inline comments
 
[pytest]
 
addopts = --flake8 --cov --cov-report=html:coverage
 
\ No newline at end of file
 
addopts = --cov-report=term-missing:skip-covered
 
testpaths = tests/
 
\ No newline at end of file