Skip to content

Commit 4b13733

Browse files
authored
Add thousand testcases
1 parent e40953a commit 4b13733

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_number.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ def test_intword_powers():
7272
"test_args, expected",
7373
[
7474
(["100"], "100"),
75+
(["1000"], "1.0 thousand"),
76+
(["12400"], "12.4 thousand"),
77+
(["12490"], "12.5 thousand"),
7578
(["1000000"], "1.0 million"),
7679
(["1200000"], "1.2 million"),
7780
(["1290000"], "1.3 million"),

0 commit comments

Comments
 (0)