Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NTNU-IHB/PythonFMU
/ test_String_constructor
Function
test_String_constructor
pythonfmu/tests/test_variables.py:228–231 ·
view source on GitHub ↗
(name, start)
Source
from the content-addressed store, hash-verified
226
(
"string_another_name"
,
"dummy"
),
227
])
228
def
test_String_constructor(name, start):
229
r = String(name, start)
230
231
assert r.start == start
232
233
234
@pytest.mark.parametrize(
"name,start"
, [
Callers
nothing calls this directly
Calls
1
String
Class · 0.90
Tested by
no test coverage detected