Skip to content

Commit

Permalink
Adding test to increase coverage - test_set_high_numwords_not_impleme…
Browse files Browse the repository at this point in the history
…nted
  • Loading branch information
Храмцов Дмитрий Романович authored and Храмцов Дмитрий Романович committed Nov 11, 2024
1 parent 8ba093e commit c8badbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ def test_is_title(self):
self.base.title("one"),
"one"
)

def test_set_high_numwords_not_implemented(self):
with self.assertRaises(NotImplementedError):
self.base.set_high_numwords(['cent', 'novemnonagint', 'octononagint'])

0 comments on commit c8badbd

Please sign in to comment.