mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -58,3 +58,8 @@ class Num2WordBaseTest(TestCase):
|
||||
self.base.title("one"),
|
||||
"One"
|
||||
)
|
||||
self.base.exclude_title.append('one')
|
||||
self.assertEqual(
|
||||
self.base.title("one"),
|
||||
"one"
|
||||
)
|
||||
|
||||
390
tests/test_es.py
390
tests/test_es.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user