Files
django-stubs/django-stubs
PIG208 563e947402 Improve type annotation of DiscoverRunner. (#1069)
The return type of DiscoverRunner.get_resultclass should
be Optional[Type[TextTestResult]] given that it may also return PDBDebugResult:
https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/django/test/runner.py#L958-L962

`DicoverRunner.run_tests` accepts `None` for `extra_tests` because
that's already the default value for it:
https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/django/test/runner.py#L1030
2022-07-22 10:34:26 +03:00
..
2022-04-04 00:41:41 +03:00
2022-07-13 09:47:01 +03:00
2022-07-13 09:47:01 +03:00
2022-04-04 00:41:41 +03:00
2022-04-04 00:41:41 +03:00
2022-04-04 00:41:41 +03:00