Skip to content

Commit

Permalink
spelling test is removed until spelling is re-implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
meliksahturker committed Nov 27, 2024
1 parent d7ae84f commit 28c2ad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,14 @@ class NormalizerTester(unittest.TestCase):
def setUp(self):
self.normalizer = Normalizer()

"""
# Commented for now until spelling is re-implemented.
def test_correct_typos(self):
self.assertEqual(
self.normalizer.correct_typos("kassıtlı yazım hatası ekliyorumm"),
"kasıtlı yazım hatası ekliyorum",
)
"""

def test_convert_number_to_words(self):
self.assertEqual(
Expand Down

0 comments on commit 28c2ad3

Please sign in to comment.