mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
* Output a more clear configuration error * Performance related improvements in config read handling * Check python 3.6 with travis * Revert the .travis.yml py36 inclusion * Added tests for input error handling * Thanks isort, isorted it out * Make exit() function a bit more aesthetic * Single quote -> double quote docstrings * Whitespace removed
12 lines
231 B
INI
12 lines
231 B
INI
[pytest]
|
|
testpaths =
|
|
./test-plugin
|
|
./test-data
|
|
addopts =
|
|
--tb=native
|
|
-s
|
|
-v
|
|
--cache-clear
|
|
--mypy-ini-file=./test-data/plugins.ini
|
|
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook
|