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

Function test_index_found

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

Source from the content-addressed store, hash-verified

658
659
660def test_index_found():
661 a = pm.eval("[1,2,3,4]")
662 b = a.index(3)
663 assert b == 2
664
665
666def test_index_not_found():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected