Skip to content

Commit 5da75d0

Browse files
pR0Psiritkatriel
andauthored
Rename test case
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
1 parent 90fdbe0 commit 5da75d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_contextlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def ctx(reraise=False):
333333
with ctx(reraise=True):
334334
1/0
335335

336-
def test_contextmanager_while_handling(self):
336+
def test_contextmanager_preserves_handled_exception(self):
337337
# test that any exceptions currently being handled are preserved
338338
# through the context manager
339339

0 commit comments

Comments
 (0)