Make smoke tests exit early
This commit is contained in:
parent
81bbd4ac0f
commit
9308633ded
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ def test(session: nox.Session) -> None:
|
|||
( # the following arguments are added:
|
||||
"--cov-fail-under=100",
|
||||
"--smoke-tests-only",
|
||||
"--exitfirst",
|
||||
)
|
||||
if session.env.get("_smoke_tests_only")
|
||||
else ()
|
||||
|
|
Loading…
Reference in a new issue