Changes between Initial Version and Version 1 of Ticket #32655
- Timestamp:
- Apr 14, 2021, 8:31:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32655 – Description
initial v1 37 37 yield test 38 38 + elif isinstance(test, str): 39 + # Prevent an unfriendly RecursionError that can happen with strings. 39 40 + raise TypeError(f'test {test!r} must be a test case or test suite not string') 40 41 else: