Skip to content

Commit

Permalink
Move pytest options to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 31, 2023
1 parent 9c6f63a commit 28616ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,10 @@ use_parentheses = true
include = ["anvil_consortium_manager/*"]
omit = ["*migrations*", "*tests*"]
plugins = ["django_coverage_plugin"]


[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ds=anvil_consortium_manager.tests.settings.test --reuse-db --ignore=anvil_consortium_manager/tests/test_app/"
python_files = ["anvil_consortium_manager/tests/test*.py"]
python_classes = ["!TestWorkspaceDataFactory"]
4 changes: 0 additions & 4 deletions pytest.ini

This file was deleted.

0 comments on commit 28616ca

Please sign in to comment.