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

Function test_equal_sublist

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

Source from the content-addressed store, hash-verified

46
47
48def test_equal_sublist():
49 pyArray = pm.eval("Array(1,2,[3,4])")
50 assert pyArray == [1, 2, [3, 4]]
51
52
53def test_not_equal_sublist_right_not_sublist():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected