Skip to content

Commit 3336673

Browse files
kylesayrsKyle Sayers
andauthored
add descriptions for pytest marks (#156)
Co-authored-by: Kyle Sayers <[email protected]>
1 parent 051650d commit 3336673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ extend-ignore = 'E203'
2424
markers = [
2525
"smoke: quick tests to check basic functionality",
2626
"sanity: tests to ensure that new changes do not break existing functionality",
27-
"regression: detailed tests to ensure major functions work correctly"
27+
"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",
2830
]

0 commit comments

Comments
 (0)