Skip to content

Commit

Permalink
add tools to pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus committed Oct 23, 2023
1 parent 86d73ed commit 2ac9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ ignore_missing_imports = true
# pytest-xdist worked for parallelizing tests.
DJANGO_SETTINGS_MODULE = "evap.settings"
python_files = ["tests.py", "test_*.py", "*_tests.py"]
testpaths = ["evap"]
testpaths = ["evap", "tools"]
norecursedirs=["locale", "logs", "static", "static_collected", "upload"]
addopts = "--reuse-db"

0 comments on commit 2ac9e40

Please sign in to comment.