redash/pytest.ini

4 lines
149 B
INI
Raw Normal View History

[pytest]
addopts = --cov-report xml --cov-report=term-missing --cov=redash --cov-config .coveragerc
norecursedirs = *.egg .eggs dist build docs .tox