Skip to content

Commit ebcc795

Browse files
committed
Shorter test name
1 parent 8db0394 commit ebcc795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ def __getattr__(self, name):
20712071
self._test_generated_message(BareRaise(), "missing2")
20722072
self._test_generated_message(RaiseCustom(), "custom")
20732073

2074-
def test_module_getattr_attribute_error_message(self):
2074+
def test_module_getattr_error_message(self):
20752075
mod1 = ModuleType("raisewithname")
20762076
def raise_with_name(name):
20772077
raise AttributeError(name)

0 commit comments

Comments
 (0)