mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 13:06:29 +00:00
8 lines
375 B
INI
8 lines
375 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"')
|