Skip to content

Commit

Permalink
Register test markers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Dec 17, 2024
1 parent 771fcae commit 45446db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ profile = "black"

[tool.pytest.ini_options]
markers = [
"deezy: tests which need a deezy model",
"resources: tests which depend on files in the resources directory",
"train: tests which train a model",
"app: tests which require access to the HTTP API",
]

0 comments on commit 45446db

Please sign in to comment.