From e1f6cf9a523428fba35766c91d98d23f4869ebc8 Mon Sep 17 00:00:00 2001 From: Rashu Date: Tue, 2 Dec 2025 22:10:54 -0500 Subject: [PATCH] Try another way. --- backend/pytest.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/backend/pytest.ini b/backend/pytest.ini index 6d89a4c..6f65e46 100644 --- a/backend/pytest.ini +++ b/backend/pytest.ini @@ -23,8 +23,10 @@ omit = */asgi.py */wsgi.py */settings_test.py - # Exclude Django config files (asgi/wsgi/settings and any other helpers) - */config/*.py - config/*.py - # Also exclude project-level manage.py if present - */manage.py + manage.py + config/__init__.py + config/asgi.py + config/settings.py + config/settings_test.py + config/urls.py + config/wsgi.py