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

Function test_Integer_constructor

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

Source from the content-addressed store, hash-verified

180 ("integer_another_name", 42),
181])
182def test_Integer_constructor(name, start):
183 r = Integer(name, start)
184
185 assert r.start == start
186
187
188@pytest.mark.parametrize("name,start", [

Callers

nothing calls this directly

Calls 1

IntegerClass · 0.90

Tested by

no test coverage detected