Skip to content

Commit

Permalink
Add dummy test to make sure we don't forget.
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Apr 26, 2024
1 parent ff2e32c commit 3d65547
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_type_based_replacement.py
Expand Up @@ -545,8 +545,13 @@ def test_dictionary_bad_key():
assert "jetsss" in str(e)


def test_dictionary_through_Select():
"""Make sure the Select statement carries the typing all the way through"""
assert False


def test_indexed_tuple():
"Check that we can type-follow through dictionaries"
"Check that we can type-follow through tuples"

s = ast_lambda("(e.Jets(),)[0].Select(lambda j: j.pt())")
objs = ObjectStream[Event](ast.Name(id="e", ctx=ast.Load()))
Expand Down

0 comments on commit 3d65547

Please sign in to comment.