MCPcopy Create free account
hub / github.com/numpy/numpy / test_symbol_bad_input

Route test_symbol_bad_input

numpy/polynomial/tests/test_symbol.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(('bad_input', 'exception'), (
        ('', ValueError),
        ('3', ValueError),
        (None, TypeError),
        (1, TypeError),
    ))

Source from the content-addressed store, hash-verified

1"""
2Tests related to the ``symbol`` attribute of the ABCPolyBase class.
3"""
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected