Skip to content

Commit

Permalink
chore(pytest): config (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Sep 23, 2024
1 parent 580f2ba commit 5e51844
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
@@ -1,11 +1,13 @@
# pytest configuration
[tool.pytest.ini_options]
minversion = "8.0"
addopts = "-ra -q"
addopts = "-ra -q -l --tb=auto --color=yes"
testpaths = [
"tests"
]
pythonpath = ["src"]
verbosity_test_cases = 2
verbosity_assertions = 2


# black configuration
Expand Down

0 comments on commit 5e51844

Please sign in to comment.