haystack/test/pytest.ini
2020-12-03 10:27:06 +01:00

9 lines
415 B
INI

[pytest]
addopts = --strict-markers
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
tika: marks tests which require tika container (deselect with '-m "not tika"')
elasticsearch: marks tests which require elasticsearch container (deselect with '-m "not elasticsearch"')
generator: marks generator tests (deselect with '-m "not generator"')
pipeline: marks tests with pipeline