Tests for birthday commands, overwrite existing birthdays

This commit is contained in:
stijndcl 2022-07-19 23:35:41 +02:00
parent f49f32d2e9
commit adcf94c66e
9 changed files with 103 additions and 19 deletions

View file

@ -44,6 +44,7 @@ def test_abbreviated_no_number():
def test_abbreviated_float_floors():
"""Test abbreviated_number for a float that is longer than the unit
Example:
5.3k is 5300, but 5.3001k is 5300.1
"""