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

Function test_get

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

Source from the content-addressed store, hash-verified

112
113
114def test_get():
115 pyArray = pm.eval("[1,2]")
116 assert pyArray[0] == 1
117
118
119def test_get_negative_index():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected