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

Function test_insert_float

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

Source from the content-addressed store, hash-verified

455
456
457def test_insert_float():
458 a = pm.eval("[1,2]")
459 a.insert(0, 4.5)
460 assert a == [4.5, 1, 2]
461
462
463def test_insert_string():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected