Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_ec_ruc.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Validate parts of numbersArthur de Jong2014-10-171-0/+26
| | | | | This raises exceptions when the provice or establishment number part of the number contains invalid values.
* Use dedicated doctestsArthur de Jong2014-10-171-0/+138
This moves a number of the existing test cases to dedicated doctest files and extend the tests with more numbers and corner cases. This also fixes a few docstrings.