Skip to content
Snippets Groups Projects
pytest.ini 201 B
Newer Older
Daniel Ecer's avatar
Daniel Ecer committed
[pytest]
Daniel Ecer's avatar
Daniel Ecer committed
testpaths = tests
Daniel Ecer's avatar
Daniel Ecer committed
cache_dir = .temp/pytest
Daniel Ecer's avatar
Daniel Ecer committed
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    very_slow: marks tests as very slow (deselect with '-m "not very_slow"')