Skip to content

Commit

Permalink
Add more pytest options
Browse files Browse the repository at this point in the history
  • Loading branch information
eyvorchuk committed May 27, 2024
1 parent b4cd1a8 commit 62484da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = "--strict --tb=native"
python_files = ["test_*.py"]
markers = [
"online: marks tests that use online resources (deselect with '-m \"not online\"')",
"slow: marks tests that are slow (deselect with '-m \"not slow\"')",
Expand Down

0 comments on commit 62484da

Please sign in to comment.