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