Changes between Initial Version and Version 1 of Ticket #32655, comment 6
- Timestamp:
- Apr 15, 2021, 2:38:30 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32655, comment 6
initial v1 1 1 > Thanks. A couple thoughts: Before deprecating `extra_tests`, we might want to think through what the alternative escape hatch is for users that might want to add tests not currently available via discovery. 2 2 3 Theycan always subclass `DiscoverRunner`. `extra_tests` is not used internally and it's untested. I don't think we need to provide any alternative. We can always ask for opinions on the DevelopersMailingList.3 Folks can always subclass `DiscoverRunner`. `extra_tests` is not used internally and it's untested. I don't think we need to provide any alternative. We can always ask for opinions on the DevelopersMailingList. 4 4 5 5 > Though `iter_test_cases()` is an internal function, having the extra check could still help to avoid some puzzling moments.