Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WhyNotHugo/python-barcode
/ test_jan_checksum
Function
test_jan_checksum
tests/test_checksums.py:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
26
def
test_jan_checksum() -> None:
27
jan = get_barcode(
"jan"
,
"491400614457"
)
28
assert jan.get_fullcode() ==
"4914006144575"
29
30
31
def
test_ean14_checksum() -> None:
Callers
nothing calls this directly
Calls
1
get_fullcode
Method · 0.45
Tested by
no test coverage detected