We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b78b2 commit d4dde72Copy full SHA for d4dde72
test_python_toolbox/test_caching/test_cache.py
@@ -134,8 +134,8 @@ def f(): pass
134
135
with cute_testing.RaiseAssertor(
136
TypeError,
137
- 'It seems that you forgot to add parentheses after `@cache` when '
138
- 'decorating the `f` function.'
+ 'It seems that you forgot to add parentheses after @cache when '
+ 'decorating the f function.'
139
):
140
141
confusedly_forget_parentheses()
0 commit comments