gonzy
0ee149a4c8
Added test covering new fix penny->penique
2022-08-18 18:52:02 +02:00
gonzy
fc0c15c4b2
Fixed pound cents: penny->penique, pence->peniques; fixed tests accordingly
2022-08-18 18:52:02 +02:00
gonzy
1cea15170d
Orthography fixes: added missing accent (nuevos dolares->nuevos dólares); fixed accents in test_es.py (dieciséis, dólar, dólares, veintiún)
2022-08-18 18:52:01 +02:00
Fernanda Hernandez
402b1e88e7
Add translations to spanish of several currencies
2022-08-18 18:52:00 +02:00
btharper
6819f5a6ed
Fix py2/3 difference on division and update test case
2019-10-26 22:38:50 -04:00
btharper
d82f739bc9
Add ordinal 12,345 to ES test suite to increase coverage
2019-10-26 17:37:47 -04:00
Alvaro
eef5b03593
Updates accents on céntimos in Spanish ( #240 )
...
* Updates accents on céntimos in Spanish
* Update test_es.py
* Update test_es.py
* fix tests
* fix encoding
* Update tox.ini
* Update test_cli.py
* Update test_cli.py
* Update test_cli.py
* Update lang_AR.py
flake-8 compliant
* Update test_cli.py
flake8 compliant
* Update test_cli.py
* Update test_cli.py
2019-02-12 13:59:46 -05:00
Ernesto Rodriguez Ortiz
53b4518afb
Issue 229: Add explicit encoding, license and unix line separators.
...
Some maintainers for different linux distribution are having some
problems with the encoding on different python versions. This change
intents to make all python files define explicitly the encoding, license
and unix line separators. Remove one example of the README.rst file
where a possible non UTF-8 character is used.
2018-12-23 12:10:24 -05:00
Jose Carlos
dc733cfa1b
lang_es: Add currency PEN ( #200 )
2018-10-13 19:29:58 -04:00
Abraham Anes
b492530cfa
Change implementation of to_currency() in es_ES ( #167 )
...
* Change implementation of to_currency()
* Change OLD to ESP and add USD
2018-04-18 09:05:13 -04:00
Ernesto Rodriguez Ortiz
1c699d1bb4
Fix bugs in the float precision and the currency, increase test coverage ( #134 )
...
* Fix some bugs in the float precision and the currency, increase test coverage.
Ref: issue #112 #113
* Update README.rst
2017-11-06 20:19:26 -05:00
Ernesto Rodriguez Ortiz
3da0c54f3b
Activate flake8, isort and coveralls in the configuration of tox ( #105 )
...
* Activate flake8, isort and coveralls in the configuration of tox
* Update code to respect PEP8
* Fix bug in the lang_IT for python 3
* Update the README to include the new converters.
2017-10-30 14:06:46 -04:00
Ernesto Rodriguez Ortiz
76fd9d905f
Fix the tests after the changes proposed by @10537
...
Ref: issuer # 10537
2017-04-03 17:29:03 -04:00
José Moreno
fb2911deea
[FIX]Fixed typo errors and PEP8 errors.
...
[DEL]Deleted test_case currency.
2017-03-31 10:53:55 -05:00
José Moreno
afcaff8100
[IMP] Adds a better test cases.
2017-03-31 10:38:39 -05:00
José Moreno
19d0a903ab
[IMP] Adds test files for es, es_co and es_ve.
2017-03-31 10:15:53 -05:00