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

Function test_insert_int

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

Source from the content-addressed store, hash-verified

449
450
451def test_insert_int():
452 a = pm.eval("[1,2]")
453 a.insert(0, 3)
454 assert a == [3, 1, 2]
455
456
457def test_insert_float():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected