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

Function test_includes_not

tests/python/test_arrays.py:801–805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

799
800
801def test_includes_not():
802 items = [1, 2, 3]
803 result = [None]
804 pm.eval("(result, arr) => {result[0] = arr.includes(5)}")(result, items)
805 assert not result[0]
806
807
808def test_includes_not_other_type():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected