From e6a78dc9f86d25bb6a37245c1ff558d39ad8b86d Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Fri, 9 Aug 2024 00:42:26 +0200 Subject: [PATCH] Create pytest.ini --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..44b592f --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +# pytest.ini + +[pytest] +DJANGO_SETTINGS_MODULE = your_project_name.settings +python_files = tests.py test_*.py *_tests.py \ No newline at end of file