MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / test_join_none

Function test_join_none

tests/python/test_arrays.py:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def test_join_none():
133 items = [None, 2, 3]
134 result = [None]
135 pm.eval("(result, arr) => {result[0] = arr.join()}")(result, items)
136 assert result[0] == ',2,3'
137
138
139def test_join_null():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected