Skip to content

Commit f69d130

Browse files
committed
work on tests
1 parent eda257b commit f69d130

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_sign_parse.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ def test_sign_parse_1():
1919
}
2020
)
2121

22+
# we don't want this error, but it is something we can't work around
23+
# yet. It is also the kind of thing we are trying to avoid in the
24+
# test_if_else_complex() test.
25+
with pytest.raises(AttributeError):
26+
res_pandas = ops.transform(d)
27+
2228
# # Pandas mis-parses -3 is unary_op(3) and then throws!
2329
# # TODO: look towards non-eval implementations for non-windowed situations?
2430
# # TODO: look into pre-landing columns in many cases?

0 commit comments

Comments
 (0)