Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WhyNotHugo/python-barcode
/ test_gs1_128_checksum
Function
test_gs1_128_checksum
tests/test_checksums.py:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
46
def
test_gs1_128_checksum() -> None:
47
gs1_128 = get_barcode(
"gs1_128"
,
"00376401856400470087"
)
48
assert gs1_128.get_fullcode() ==
"00376401856400470087"
Callers
nothing calls this directly
Calls
1
get_fullcode
Method · 0.45
Tested by
no test coverage detected