Changes between Version 2 and Version 3 of Ticket #32489, comment 2


Ignore:
Timestamp:
Mar 4, 2021, 4:57:29 AM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32489, comment 2

    v2 v3  
    88    for test in suite:
    99        if isinstance(test, suite_class):
    10             yield from iter_test_cases(suite)
     10            yield from iter_test_cases(test)
    1111        else:
    1212            yield test
Back to Top