3 | | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L684-L699 DiscoverRunner._get_databases()] |
4 | | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L792-L815 partition_suite_by_type()] |
5 | | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L818-L828 partition_suite_by_case()] |
6 | | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L831-L848 filter_tests_by_tags()] |
| 3 | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L684-L699 DiscoverRunner._get_databases(self, suite)] |
| 4 | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L792-L815 partition_suite_by_type(suite, classes, bins, reverse=False)] |
| 5 | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L818-L828 partition_suite_by_case(suite)] |
| 6 | * [https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/test/runner.py#L831-L848 filter_tests_by_tags(suite, tags, exclude_tags)] |