From c14d6e1d5408f19bf4d9bfa66709710ab0c6f5b8 Mon Sep 17 00:00:00 2001 From: Hannah Cushman Garland Date: Tue, 9 Jul 2024 10:56:45 -0500 Subject: [PATCH] Configure pythonpath --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 020cb20..f533f50 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,3 +4,4 @@ DJANGO_SETTINGS_MODULE = tests.test_config django_find_project = false testpaths = tests addopts = -sxv +pythonpath = . src