Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_be_iban.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2019-10-271-4/+4
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* Add an extra test for Belgian IBANsArthur de Jong2018-04-121-0/+11
| | | | | A Belgian IBAN should not end with 00. This also fixes a docstring and comment in the IBAN module.
* Add test for Belgian IBANsArthur de Jong2018-02-111-0/+158
This adds a test for IBANs that were found online together with a BIC code to test the IBAN to swift code mapping. This also supports some extra separators in IBAN and BIC numbers and fixes a check digit calculation issue in the Belgian account number check digits.