Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_iso6346.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Fix file headersArthur de Jong2023-08-061-1/+1
| | | | | This improves consistency across files and fixes some files that had an incorrect file name reference.
* Fix for when ISO 6346 checksum is 10Ronald Paloschi2015-10-161-0/+2
| | | | | | | Bug fix for when the checksum is 10, it was compared to 0 and failed. New doctest exposing the bug that passes after the fix is applied. See: https://github.com/arthurdejong/python-stdnum/pull/30
* Fix copyright headerArthur de Jong2015-04-271-1/+1
|
* Add support for ISO6346Sharoon Thomas2014-03-181-0/+59
Add validation and creation of check digit for ISO6346 codes. See: https://github.com/arthurdejong/python-stdnum/pull/9