Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_iso7064.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.
* Return check digits in 02-98 range for ISO 7064 Mod 97, 10Arthur de Jong2022-03-211-1/+12
| | | | | | | | | | There are some valid ranges for check digits within ISO 7064 Mod 97, 10 that all result in a valid checksum. This changes the calculated check digits to be in the range from 02 to 98 as is specified for use in IBAN. See https://en.wikipedia.org/wiki/International_Bank_Account_Number#Generating_IBAN_check_digits Closes https://github.com/arthurdejong/python-stdnum/pull/289
* Implement validate() for ISO 7064 algorithmsArthur de Jong2013-06-081-15/+17
|
* The robustness test were moved to the general testsArthur de Jong2013-06-071-16/+0
|
* fix imports of iso7064.mod_*_* modulesArthur de Jong2011-02-051-24/+24
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@57 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement some ISO/IEC 7064 check digit schemesArthur de Jong2010-08-271-0/+84
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@35 9dea7c4f-944c-4273-ac1a-574ede026edc