Changes between Initial Version and Version 1 of Ticket #32655, comment 6


Ignore:
Timestamp:
Apr 15, 2021, 2:38:30 AM (3 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32655, comment 6

    initial v1  
    11> 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.
    22
    3 They 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.
     3Folks 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.
    44
    55> Though `iter_test_cases()` is an internal function, having the extra check could still help to avoid some puzzling moments.
Back to Top