Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_repeat_twice
Function
test_repeat_twice
tests/python/test_lists.py:295–298 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
293
294
295
def
test_repeat_twice():
296
a = pm.eval(
"[1,2]"
)
297
b = a * 2
298
assert b == [1, 2, 1, 2]
299
300
301
def
test_repeat_wrong_type():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected