We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eb6dd commit 775323aCopy full SHA for 775323a
tests/test_numbers.py
@@ -154,8 +154,6 @@ def test_compact(self):
154
assert numbers.format_compact_decimal(-123456789, format_type='long', locale='en_US') == u'-123 million'
155
assert numbers.format_compact_decimal(2345678, locale='mk', format_type='long') == u'2 милиони'
156
assert numbers.format_compact_decimal(21098765, locale='mk', format_type='long') == u'21 милион'
157
- assert numbers.format_compact_decimal(decimal.Decimal(123456789), format_type='short', locale='en_US') == u'123M'
158
- assert numbers.format_compact_decimal('123456789', format_type='short', locale='en_US') == u'123M'
159
160
class NumberParsingTestCase(unittest.TestCase):
161
0 commit comments