Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_es_referenciacatastral.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Fix ES test descriptionsGerard Dalmau2018-08-301-1/+1
|
* Add test for Ñ in Referencia CatastralArthur de Jong2017-04-011-1/+23
| | | | | | | | | | | This supports the Referencia Catastral with an Ñ in it for both byte strings (Python 2) and unicode strings (Python 2 and 3). Support for literal unicode strings in Python 2 doctests is flaky so the test is a bit ugly. This also adds a few numbers that were found online. Sadly no real numbers with an Ñ in it have been found so the one in the test was constructed.
* Add more tests for Referencia CatastralArthur de Jong2016-09-101-0/+295
This adds a number of extra tests for the Spanish Referencia Catastral (stdnum.es.referenciacatastral) module, mostly based on numbers found online. This commit includes some of the documentation on the structure of Referencia Catastral that was in the original pull request. See https://github.com/arthurdejong/python-stdnum/pull/38