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

Function test_contains_found

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

Source from the content-addressed store, hash-verified

318
319
320def test_contains_found():
321 a = pm.eval("[1,2]")
322 assert 1 in a
323
324
325def test_contains_not_found():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected