-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The following test doesn't seem to be making any assertions about expected behavior:
pymbolic/test/test_pymbolic.py
Lines 85 to 94 in 13e83df
| # {{{ test_expand | |
| def test_expand(): | |
| from pymbolic import var, expand | |
| x = var("x") | |
| u = (x+1)**5 | |
| expand(u) | |
| # }}} |
Metadata
Metadata
Assignees
Labels
No labels