Files
codeql/python/ql/test/library-tests/frameworks/django-orm/pytest.ini
Rasmus Wriedt Larsen c78fed6594 Python: ORM: Add raw python test files
no ql test files yet though, will come in next commit.
2022-02-28 16:38:40 +01:00

6 lines
208 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = testproj.settings
python_files = tests.py
# don't require that you have manually run `python manage.py makemigrations`
addopts = --no-migrations --ignore-glob=*.testproj/ -v