Changes between Version 1 and Version 2 of Ticket #32489, comment 5


Ignore:
Timestamp:
Feb 28, 2021, 6:25:46 PM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32489, comment 5

    v1 v2  
    11Also, I just noticed that the proposed `iter_test_cases()` should probably also sport a `reverse` keyword argument, to support e.g. `partition_suite_by_type()`. That way `partition_suite_by_type()` won't need to construct the full list before reversing it.
    22
    3 The new implementation of `iter_test_cases()` (following the pattern of `partition_suite_by_type()`) would be:
     3The new proposed implementation of `iter_test_cases()` would be (following the pattern of `partition_suite_by_type()`):
    44
    55{{{#!python
Back to Top