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

Function test_repeat_once

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

Source from the content-addressed store, hash-verified

286
287
288def test_repeat_once():
289 a = pm.eval("[1,2]")
290 b = a * 1
291 assert b == [1, 2]
292 assert a is not b
293
294
295def test_repeat_twice():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected