Skip to content

Commit

Permalink
Merge pull request #1056 from afuetterer/testpaths
Browse files Browse the repository at this point in the history
chore: update pytest testpaths config
  • Loading branch information
afuetterer authored Jul 15, 2024
2 parents 6e8e549 + 890e439 commit c58a5eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ rest_framework = ["rest_framework"]

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"
testpaths = ["rdmo"]
python_files = "test_*.py"
testpaths = ["rdmo/*/tests"]
pythonpath = [".", "testing"]
addopts = '-p no:randomly -m "not e2e"'
markers = [
Expand Down

0 comments on commit c58a5eb

Please sign in to comment.