MCPcopy Create free account
hub / github.com/ActiveState/code / test_create

Function test_create

recipes/Python/576598_Utility_Mill_Test/recipe-576598.py:140–147  ·  view source on GitHub ↗
(**query)

Source from the content-addressed store, hash-verified

138 print('FAIL')
139
140def test_create(**query):
141 output = test_latest('SPICE_Text', ACTION='Create Keys', **query)
142 x, x, major, x, x, x, minor = output.split('\n')
143 major = hex2bin(major)
144 minor = hex2bin(minor)
145 spice._check_major(major)
146 spice._check_minor(minor)
147 return major, minor
148
149def test_encode(major, minor, data):
150 hma = bin2hex(major)

Callers 1

mainFunction · 0.85

Calls 3

test_latestFunction · 0.85
hex2binFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected