Skip to content

Commit

Permalink
test: add a marker for slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent eb2b9c2 commit 4ff8b52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ profile = "black"
skip_gitignore = true

[tool.pytest.ini_options]
# Invoke smoke tests with `pytest -k smoke`. See also
# https://docs.pytest.org/en/stable/mark.html,
# Invoke smoke tests with `pytest -k smoke` or `pytest -m "smoke and
# not slow"`. See also https://docs.pytest.org/en/stable/mark.html,
# https://stackoverflow.com/a/52369721.
markers = [
"slow",
"smoke",
]

Expand Down

0 comments on commit 4ff8b52

Please sign in to comment.