Skip to content

Test missing assertions #129

Description

@iandinwoodie

The following test doesn't seem to be making any assertions about expected behavior:

# {{{ test_expand
def test_expand():
from pymbolic import var, expand
x = var("x")
u = (x+1)**5
expand(u)
# }}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions