Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
])
158
def
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
Boolean
Class · 0.90
Tested by
no test coverage detected