mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
11 lines
205 B
INI
11 lines
205 B
INI
[pytest]
|
|
testpaths =
|
|
./tests
|
|
addopts =
|
|
--tb=native
|
|
-s
|
|
-v
|
|
--cache-clear
|
|
--mypy-ini-file=./tests/plugins.ini
|
|
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook
|