Skip to content

Commit

Permalink
Declare pytest selenium marker
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 7, 2023
1 parent 14d40a1 commit b8ea227
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 b8ea227

Please sign in to comment.