mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 00:30:09 +00:00
9 lines
415 B
INI
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
|