Skip to content

Commit bdb5813

Browse files
committed
tests: register pytest custom marks
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent a9fe345 commit bdb5813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ addopts = "-ra -vvv"
9999
testpaths = [
100100
"tests",
101101
]
102+
markers = [
103+
"mongo",
104+
]
102105
pythonpath = [
103106
"tests",
104107
]

0 commit comments

Comments
 (0)