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

Function test_insert_string

tests/python/test_lists.py:463–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461
462
463def test_insert_string():
464 a = pm.eval("[1,2]")
465 a.insert(0, "Hey")
466 assert a == ["Hey", 1, 2]
467
468
469def test_insert_none():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected