add test_views test folder

This commit is contained in:
Maxim Kurnikov
2019-02-03 19:51:17 +03:00
parent d03fddd96d
commit 5f6b4bfd30
5 changed files with 34 additions and 31 deletions

View File

@@ -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',
]