From 668dcab50caa0f00db62e4e93313ca0fbcdb1091 Mon Sep 17 00:00:00 2001 From: mathiasag7 Date: Fri, 13 Oct 2023 10:30:55 +0100 Subject: [PATCH] test: pytest.ini file added --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..c4c5624 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[tool:pytest] +DJANGO_SETTINGS_MODULE = test_project.settings +PRIMARY_KEY_FIELD = "django.db.models.BigAutoField" +python_files = tests/test_*.py \ No newline at end of file