mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-09 06:13:43 +00:00
chore: forward hatch command args to pytest (#7537)
This commit is contained in:
parent
9f33178163
commit
e90ffafb47
@ -139,7 +139,7 @@ extra-dependencies = [
|
|||||||
|
|
||||||
[tool.hatch.envs.test.scripts]
|
[tool.hatch.envs.test.scripts]
|
||||||
e2e = "pytest e2e"
|
e2e = "pytest e2e"
|
||||||
unit = 'pytest --cov-report xml:coverage.xml --cov="haystack" -m "not integration" test'
|
unit = 'pytest --cov-report xml:coverage.xml --cov="haystack" -m "not integration" test {args:test}'
|
||||||
integration = 'pytest --maxfail=5 -m "integration" test'
|
integration = 'pytest --maxfail=5 -m "integration" test'
|
||||||
integration-mac = 'pytest --maxfail=5 -m "integration" test -k "not tika"'
|
integration-mac = 'pytest --maxfail=5 -m "integration" test -k "not tika"'
|
||||||
integration-windows = 'pytest --maxfail=5 -m "integration" test -k "not tika"'
|
integration-windows = 'pytest --maxfail=5 -m "integration" test -k "not tika"'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user