Skip to content

Commit

Permalink
tests: register pytest custom marks
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Feb 14, 2023
1 parent a9fe345 commit bdb5813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -99,6 +99,9 @@ addopts = "-ra -vvv"
testpaths = [
"tests",
]
markers = [
"mongo",
]
pythonpath = [
"tests",
]
Expand Down

0 comments on commit bdb5813

Please sign in to comment.