python-stdnum branch master updated. 1.4-10-gb128c8d
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.4-10-gb128c8d
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.4-10-gb128c8d
- Date: Sat, 10 Sep 2016 21:31:14 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via b128c8d3cbb6a07c937de531507c63b4b7acd36e (commit)
from 878e0360d5820fc7616eb68a87f8b88f15684c44 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=b128c8d3cbb6a07c937de531507c63b4b7acd36e
commit b128c8d3cbb6a07c937de531507c63b4b7acd36e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Sep 10 18:59:26 2016 +0200
Test a few Spanish IBANs found online
diff --git a/tests/test_iban.doctest b/tests/test_iban.doctest
index 10b66e8..9c95c24 100644
--- a/tests/test_iban.doctest
+++ b/tests/test_iban.doctest
@@ -62,8 +62,31 @@ numbers:
... DO28BAGR00000001212453611324
... EE38 2200 2210 2014 5685
... EE382200221020145685
+... ES 58 0049 0290 3424 1352 8341
+... ES04 0075 0078 0605 0005 0355
+... ES0521053014113400002160
+... ES10 0075 0080 11 0600658108
+... ES15-0049-1806-9121-1186-9374
+... ES2030810089311100269222
+... ES24 2090 3191 1400 4012 1040
+... ES27 3183 1500 9600 0121 0562
+... ES28 2104 0485 5390 6968 2983
+... ES29 2100 2815 9822 0059 9427
+... ES37 2038 8700 7861 0000 9781
+... ES39 0081 0294 66 0001238624
+... ES58 1465 0100 9719 0014 4593
+... ES59 0049 5030 1129 1601 1246
+... ES62 2100 4288 5922 0010 4465
+... ES72 2013-0692-81-0201150993
+... ES72 2048 1075 8334 0000 2171
+... ES81 0081 5515 2900 0157 5763
+... ES8521005731710200031769
+... ES86 2013 0095 1102 0142 6812
+... ES86 30580157682720001384
+... ES88 2095 0497 9191 0708 8631
... ES91 2100 0418 4502 0005 1332
... ES9121000418450200051332
+... ES98 0049 5442 2227 1606 6973
... FI21 1234 5600 0007 85
... FI2112345600000785
... FI5542345670000081
@@ -206,6 +229,7 @@ to the country-specific validation.
>>> numbers = '''
... ES2121000418450200051331
+... ES89 3183 1500 9500 0121 0562
... '''
>>> [ x for x in numbers.splitlines() if x and not iban.is_valid(x,
>>> check_country=False) ]
[]
-----------------------------------------------------------------------
Summary of changes:
tests/test_iban.doctest | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.4-10-gb128c8d,
Commits of the python-stdnum project