We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2bd0e commit f06c0c4Copy full SHA for f06c0c4
tests/test_decorator_errors.py
@@ -194,15 +194,7 @@ def func_wrapup():
194
"""Exception in <file.hello.func6 @state_active()> line 1:
195
1 / pyscript.var1
196
^
197
-TypeError: unsupported operand type(s) for /: 'int' and 'str'"""
198
- in caplog.text
199
- )
200
-
201
- assert (
202
- """Exception in <file.hello.func6 @state_active()> line 1:
203
- 1 / pyscript.var1
204
- ^
205
+TypeError: unsupported operand type(s) for /: 'int' and 'StateVar'"""
206
in caplog.text
207
)
208
0 commit comments