mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
6 lines
208 B
INI
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
|