diff --git a/pytest.ini b/pytest.ini index 576dadf..975646d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,3 +4,5 @@ addopts = --tb=short --create-db --cov=nested_admin django_find_project = false python_files = tests.py test_*.py *_tests.py testpaths = nested_admin/tests +markers = + selenium