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