Skip to content

Commit

Permalink
Convert test warnings into errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 27, 2023
1 parent 4aaadba commit beddefb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ exclude = ["tests*"]

[tool.pytest.ini_options]
addopts = "--cov=bg_atlasapi"
filterwarnings = [
"error",
]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]

[tool.black]
target-version = ['py38', 'py39', 'py310', 'py311']
Expand Down

0 comments on commit beddefb

Please sign in to comment.