Skip to content

Commit

Permalink
Register pytest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Feb 2, 2024
1 parent ed7f557 commit 8f67a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ serve = ["mkdocs serve"]

[tool.pytest.ini_options]
testpaths = ["tests"]
markers = [
"slow: mark a test to be slow.",
]

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit 8f67a3f

Please sign in to comment.