From ffdd83760077f1e84e968005a63c95cb2c4fa62a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 13 Jul 2024 03:04:00 +0100 Subject: [PATCH] Declare pytest selenium marker (#242) --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 576dadf..946209f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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