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