We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051650d commit 3336673Copy full SHA for 3336673
pyproject.toml
@@ -24,5 +24,7 @@ extend-ignore = 'E203'
24
markers = [
25
"smoke: quick tests to check basic functionality",
26
"sanity: tests to ensure that new changes do not break existing functionality",
27
- "regression: detailed tests to ensure major functions work correctly"
+ "regression: detailed tests to ensure major functions work correctly",
28
+ "integration: tests which integrate with a third party service such as HF",
29
+ "unit: tests to ensure code correctness and regression test functionality",
30
]
0 commit comments