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

Function test_repeat_zero

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

Source from the content-addressed store, hash-verified

280
281
282def test_repeat_zero():
283 a = pm.eval("[1,2]")
284 b = a * 0
285 assert b == []
286
287
288def test_repeat_once():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected