From 8549c2ef8a597186987d4aa42751359421f71e46 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 18 Feb 2023 18:37:59 -0600 Subject: [PATCH] set pytest settings to aid testing --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9bb769e..aa61787 100644 --- a/tox.ini +++ b/tox.ini @@ -194,5 +194,6 @@ python_files = *_tests.py tests.py test_*.py +log_level=DEBUG DJANGO_SETTINGS_MODULE = dr_botzo.settings django_find_project = false