MCPcopy 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
41def test_isbn13_checksum() -> None:
42 isbn = get_barcode("isbn13", "978376926085")
43 assert isbn.get_fullcode() == "9783769260854"
44
45
46def test_gs1_128_checksum() -> None:

Callers

nothing calls this directly

Calls 1

get_fullcodeMethod · 0.45

Tested by

no test coverage detected