mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
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.
This commit is contained in:
committed by
GitHub
parent
c6015db8b4
commit
3da0c54f3b
@@ -48,6 +48,7 @@ TEST_CASES_ORDINAL = (
|
||||
(100, 'مئة'),
|
||||
)
|
||||
|
||||
|
||||
class Num2WordsARTest(TestCase):
|
||||
|
||||
def test_number(self):
|
||||
|
||||
Reference in New Issue
Block a user