MCPcopy Create free account
hub / github.com/NTNU-IHB/PythonFMU / test_Boolean_constructor

Function test_Boolean_constructor

pythonfmu/tests/test_variables.py:158–161  ·  view source on GitHub ↗
(name, start)

Source from the content-addressed store, hash-verified

156 ("boolean_another_name", False),
157])
158def test_Boolean_constructor(name, start):
159 r = Boolean(name, start)
160
161 assert r.start == start
162
163
164@pytest.mark.parametrize("name,start", [

Callers

nothing calls this directly

Calls 1

BooleanClass · 0.90

Tested by

no test coverage detected