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

Function test_equal_self

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

Source from the content-addressed store, hash-verified

56
57
58def test_equal_self():
59 a = pm.eval("([1,2,3,4])")
60 b = a
61 assert b == a
62
63
64def test_equal_other_instance():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected