Skip to content

Commit

Permalink
test: update pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Dec 27, 2023
1 parent d3f8ed5 commit 48aee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = .git,__pycache__,{{cookiecutter.project_slug}}/,.mypy_cache,.pytest_ca
[tool:pytest]
testpaths = tests
addopts =
-v --tb=short --cov=.
-v --tb=short --cov=. --cov-config setup.cfg
norecursedirs =
.tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*

Expand Down

0 comments on commit 48aee8f

Please sign in to comment.