Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/numdb-test.dat
Commit message (Collapse)AuthorAgeFilesLines
* Ensure 100% branch coverageArthur de Jong2017-08-281-0/+1
| | | | | | | | | | | 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.
* Move numdb test fileArthur de Jong2015-10-101-0/+8
This places the test database file in the tests directory.