mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-08 23:54:48 +00:00
test: pytest.ini file added
This commit is contained in:
parent
06e8cd5545
commit
668dcab50c
1 changed files with 4 additions and 0 deletions
4
pytest.ini
Normal file
4
pytest.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[tool:pytest]
|
||||
DJANGO_SETTINGS_MODULE = test_project.settings
|
||||
PRIMARY_KEY_FIELD = "django.db.models.BigAutoField"
|
||||
python_files = tests/test_*.py
|
||||
Loading…
Reference in a new issue