ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
Updated
May 16, 2022 - Java
Add a description, image, and links to the upc topic page so that developers can more easily learn about it.
To associate your repository with the upc topic, visit your repo's landing page and select "manage topics."
Having more tests can never be a bad thing!
Tests can be found in the tests.py file. An example would be the following:
https://github.com/harens/checkdigit/blob/59c3ee329f4f2f32655a78a12ba55476f8d636d7/tests.py#L64
The first parameter of
testis the function to be tested, and the second is the expected value.EDIT: This is