mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
add test_views test folder
This commit is contained in:
@@ -125,6 +125,10 @@ IGNORED_ERRORS = {
|
||||
],
|
||||
'select_related_onetoone': [
|
||||
'"None" has no attribute'
|
||||
],
|
||||
'view_tests': [
|
||||
'"Handler" has no attribute "include_html"',
|
||||
'"EmailMessage" has no attribute "alternatives"'
|
||||
]
|
||||
}
|
||||
# Test folders to typecheck
|
||||
@@ -330,7 +334,7 @@ TESTS_DIRS = [
|
||||
# TODO: 'validation',
|
||||
'validators',
|
||||
'version',
|
||||
# TODO: 'view_tests',
|
||||
'view_tests',
|
||||
# TODO: 'wsgi',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user