Skip to content

Commit 806b7f4

Browse files
authored
Register soak as a strict pytest marker in pyproject.toml
1 parent 1067cee commit 806b7f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ reportImplicitStringConcatenation = false
8181
[tool.pytest.ini_options]
8282
markers = [
8383
"functional: mark a test as a functional test",
84-
"e2e: mark a test as an end-to-end test which asserts expected scores for known inputs. These tests should only be considered authoritative against the live classifier."
84+
"e2e: mark a test as an end-to-end test which asserts expected scores for known inputs. These tests should only be considered authoritative against the live classifier.",
85+
"soak: mark a test as a soak test that runs many requests over a longer duration to validate stability and performance."
8586
]
8687
addopts = "--strict-markers"
8788

0 commit comments

Comments
 (0)