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

Function test_Real_constructor

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

Source from the content-addressed store, hash-verified

203 ("real_another_name", 22.),
204])
205def test_Real_constructor(name, start):
206 r = Real(name, start)
207
208 assert r.start == start
209
210
211@pytest.mark.parametrize("name,start", [

Callers

nothing calls this directly

Calls 1

RealClass · 0.90

Tested by

no test coverage detected