Skip to content

Commit ffdd837

Browse files
authored
Declare pytest selenium marker (#242)
1 parent 14d40a1 commit ffdd837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
DJANGO_SETTINGS_MODULE = nested_admin.tests.settings
33
addopts = --tb=short --create-db --cov=nested_admin
44
django_find_project = false
5+
markers =
6+
selenium
57
python_files = tests.py test_*.py *_tests.py
68
testpaths = nested_admin/tests

0 commit comments

Comments
 (0)