Skip to content

Commit

Permalink
Declare pytest selenium marker (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Jul 13, 2024
1 parent 14d40a1 commit ffdd837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
DJANGO_SETTINGS_MODULE = nested_admin.tests.settings
addopts = --tb=short --create-db --cov=nested_admin
django_find_project = false
markers =
selenium
python_files = tests.py test_*.py *_tests.py
testpaths = nested_admin/tests

0 comments on commit ffdd837

Please sign in to comment.