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 e40953a commit 4b13733Copy full SHA for 4b13733
1 file changed
tests/test_number.py
@@ -72,6 +72,9 @@ def test_intword_powers():
72
"test_args, expected",
73
[
74
(["100"], "100"),
75
+ (["1000"], "1.0 thousand"),
76
+ (["12400"], "12.4 thousand"),
77
+ (["12490"], "12.5 thousand"),
78
(["1000000"], "1.0 million"),
79
(["1200000"], "1.2 million"),
80
(["1290000"], "1.3 million"),
0 commit comments