This commit is contained in:
@@ -71,7 +71,7 @@ def test_chained_exception_various(func, expected_output):
|
||||
|
||||
def test_printed_exception(func, expected_output, capfd):
|
||||
|
||||
with printed_exception():
|
||||
with printed_exception:
|
||||
func()
|
||||
print("Code continuing...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user