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

Function test_toString

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

Source from the content-addressed store, hash-verified

153
154
155def test_toString():
156 items = [1, 2, 3]
157 result = [None]
158 pm.eval("(result, arr) => {result[0] = arr.toString()}")(result, items)
159 assert result[0] == '1,2,3'
160
161# push
162

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected