From a080c7eae7cd12027820cc251481153d799577a9 Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Wed, 8 May 2019 17:38:11 +0200 Subject: [PATCH] Make tests discoverable --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 5b4369b..5a2a08e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE=config.settings.test +python_files = tests.py \ No newline at end of file