Skip to content

Commit 9c99e56

Browse files
committed
.
1 parent ab67082 commit 9c99e56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/integrations/pure_eval/test_pure_eval.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ def foo():
6262
"i",
6363
"u",
6464
"y",
65+
"t",
66+
"r",
67+
"e",
68+
"w",
69+
"q",
70+
"(q, w, e, r, t, y, u, i, o, p, a, s)",
71+
"str((q, w, e, r, t, y, u, i, o, p, a, s))",
72+
"events",
6573
]
6674
assert list(frame_vars.keys()) == expected_keys
6775
assert frame_vars["namespace.d"] == {"1": "2"}

0 commit comments

Comments
 (0)