Skip to content

Commit

Permalink
tests: siu explain can roundtrip a method call (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored Aug 14, 2020
1 parent ab4d114 commit cdeb465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions siuba/tests/test_siu.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_symbol_rhs_exec(_, op):
"_.a",
"_['a':'b']",
"""_["'a'":'b']""",
"_.a.mean(1,b = 2)",
])
def test_explain_other(_, expr):
sym = eval(expr, {'_': _})
Expand Down

0 comments on commit cdeb465

Please sign in to comment.