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

Function test_join_empty_array

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

Source from the content-addressed store, hash-verified

102
103
104def test_join_empty_array():
105 items = []
106 result = [None]
107 pm.eval("(result, arr) => {result[0] = arr.join()}")(result, items)
108 assert result[0] == ''
109
110
111def test_join_no_arg_diff_types():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected