Skip to content

Commit

Permalink
Add extra test case to test_aeval
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Aug 31, 2024
1 parent c1bc21e commit 43306a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ async def aecho(x):
(asyncio, None),
(..., None),
(lambda: ..., None),
# Conflicting name in local
("x", {"x": 1, "__aeval_result__": 99}),
],
)
async def test_aeval(expression, local):
Expand Down

0 comments on commit 43306a0

Please sign in to comment.