Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* move all robustness tests into one test fileArthur de Jong2011-02-0511-203/+20
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@58 9dea7c4f-944c-4273-ac1a-574ede026edc
* 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
* add a convert parameter to most isbn functions to ↵Arthur de Jong2011-01-211-1/+3
| | | | | | automatically convert to ISBN-13 git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@53 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IBAN (International Bank Account Number) moduleArthur de Jong2011-01-161-0/+198
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@51 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix comments to refer to the new path of the moduleArthur de Jong2011-01-151-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@46 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a CPF (Cadastro de Pessoas Físicas) moduleArthur de Jong2011-01-151-0/+42
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@45 9dea7c4f-944c-4273-ac1a-574ede026edc
* move bsn module inside nl packageArthur de Jong2011-01-151-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@44 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a new numdb module to hold information on ↵Arthur de Jong2010-11-241-79/+0
| | | | | | hierarchically organised numbers and switch the isbn module to use this format instead git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@42 9dea7c4f-944c-4273-ac1a-574ede026edc
* spelling checkArthur de Jong2010-08-292-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@38 9dea7c4f-944c-4273-ac1a-574ede026edc
* add ISAN (International Standard Audiovisual Number) moduleArthur de Jong2010-08-271-0/+99
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@36 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
* add an ISMN (International Standard Music Number) moduleArthur de Jong2010-08-211-0/+79
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@33 9dea7c4f-944c-4273-ac1a-574ede026edc
* simplify ranges tests a bitArthur de Jong2010-08-211-7/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@32 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a MEID (Mobile Equipment Identifier) moduleArthur de Jong2010-08-201-0/+163
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@30 9dea7c4f-944c-4273-ac1a-574ede026edc
* write some more tests (some of which are a bit of a ↵Arthur de Jong2010-08-202-0/+93
| | | | | | hack) to get coverage to 100% git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@29 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an add_check_digit option to the format() function ↵Arthur de Jong2010-08-201-0/+18
| | | | | | to add a check digit if needed and possible git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@28 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IMEI (International Mobile Equipment Identity) moduleArthur de Jong2010-08-201-0/+65
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@26 9dea7c4f-944c-4273-ac1a-574ede026edc
* add functions for handling the Luhn and Luhn mod N ↵Arthur de Jong2010-08-201-0/+75
| | | | | | algorithms git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@25 9dea7c4f-944c-4273-ac1a-574ede026edc
* add functions for handling the Verhoeff algorithmArthur de Jong2010-08-201-0/+76
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@23 9dea7c4f-944c-4273-ac1a-574ede026edc
* add more doctests that are not part of the module ↵Arthur de Jong2010-08-142-0/+141
documentation git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@19 9dea7c4f-944c-4273-ac1a-574ede026edc