Daniel Hahler
e3ea84143f
WIP: fix scripts/typecheck_tests.py ( #162 )
...
* WIP: fix scripts/typecheck_tests.py
Exit non-zero if it fails to run.
Currently it fails on CI, but goes unnoticed:
https://travis-ci.com/typeddjango/django-stubs/jobs/235296115
* exit on unexpected rc, and output on stderr
* Fix
* scripts/mypy.ini: django_settings_module=scripts.django_tests_settings
2019-09-14 22:23:45 +03:00
Maxim Kurnikov
a97d76020c
enable tests typechecking using django submodule
2019-07-24 23:44:57 +03:00
Maxim Kurnikov
2799646723
add missing files throughout the codebase ( #102 )
2019-07-09 05:18:15 +03:00
Maxim Kurnikov
aeb435c8b3
Disable monkeypatches, add dependencies via new hook ( #60 )
...
* code cleanups, disable monkeypatches, move to add_additional_deps
* disable incremental mode for tests
* add pip-wheel-metadata
* move some code from get_base_hook to get_attribute_hook to reduce dependencies
* simplify values/values_list tests and code
* disable cache for some tests failing with incremental mode
* enable incremental mode for tests typechecking
* pin mypy version
* fix tests
* lint
* fix internal crashes
2019-04-12 14:54:00 +03:00
Maxim Kurnikov
df5c70c703
fixes for FormMixin's get_form/get_form_class
2019-02-25 04:01:36 +03:00
Maxim Kurnikov
5d8cdbcf29
fix integer set type
2019-02-20 02:38:45 +03:00
Maxim Kurnikov
632e063e22
back to incremental = True for tests
2019-02-18 02:16:13 +03:00
Maxim Kurnikov
f980311be0
finish strict_optional support, enable it for typechecking of django tests
2019-02-18 00:52:56 +03:00
Maxim Kurnikov
643f852775
enable two more test folders
2019-02-10 04:41:54 +03:00
Maxim Kurnikov
c4e8f09ed1
fix ci typecheck tests
2019-01-05 19:32:51 +03:00