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:
0dd2920909/django/test/runner.py (L958-L962)

`DicoverRunner.run_tests` accepts `None` for `extra_tests` because
that's already the default value for it:
0dd2920909/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