Skip to content

Commit

Permalink
fix: uncomment tox config for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed Sep 2, 2024
1 parent 2626710 commit 29e63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ max-line-length = 120

[pytest]
DJANGO_SETTINGS_MODULE = enterprise.settings.test
# addopts = --cov enterprise --cov enterprise_learner_portal --cov consent --cov integrated_channels --cov-report term-missing --cov-report xml
addopts = --cov enterprise --cov enterprise_learner_portal --cov consent --cov integrated_channels --cov-report term-missing --cov-report xml
norecursedirs = .* docs requirements node_modules

[isort]
Expand Down

0 comments on commit 29e63db

Please sign in to comment.