#21625 closed Bug (fixed)
DiscoverRunner.build_suite docs are incorrect
Reported by: | bradleyayers | Owned by: | Tianyi Wang |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/testing/advanced/#django.test.runner.DiscoverRunner.run_tests has a correct description of test_labels, however https://docs.djangoproject.com/en/dev/topics/testing/advanced/#django.test.runner.DiscoverRunner.build_suite does not.
Change History (6)
comment:1 by , 11 years ago
Version: | master → 1.6 |
---|
comment:2 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 11 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I have sent a pull request #21625 on Github.