We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dde72 commit e15f1caCopy full SHA for e15f1ca
test_python_toolbox/test_cute_testing/test_raise_assertor.py
@@ -100,9 +100,9 @@ def test_assert_exact_type():
100
raise KeyError("Look at me, I'm a KeyError")
101
102
error_message = (
103
- "was raised, and it *is* an instance of the `LookupError` we were "
104
- "expecting; but its type is not `LookupError`, it's `KeyError`, which "
105
- "is a subclass of `LookupError`, but you specified "
+ "was raised, and it *is* an instance of the LookupError we were "
+ "expecting; but its type is not LookupError, it's KeyError, which "
+ "is a subclass of LookupError, and you specified "
106
"`assert_exact_type=True`, so subclasses aren't acceptable."
107
)
108
0 commit comments