Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_util.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Handle unicode arguments in get_cc_module()David Arnold2017-10-141-0/+19
| | | | Closes https://github.com/arthurdejong/python-stdnum/issues/54
* Ensure 100% branch coverageArthur de Jong2017-08-281-0/+50
This ensures that the tests fail if 100% branch coverage is not achieved. It also adds some pragma statements for code that cannot be covered or is Python version dependent. Furthermore, the get_module_list() function was removed from stdnum.util and more tests were made from stdnum.util and stdnum.numdb. The functionality to call format() in a country-specific IBAN implementation was also dropped because it was not used.