Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
TanimSk committed Oct 9, 2022
1 parent 07f6ce8 commit 4bfeca5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ def test_sentences() -> None:
'''

assert 'আমি বাংলায় গান গাই' == avro.parse('ami banglay gan gai')


def test_reverse_func() -> None:
assert 'ami banglay gan gai' == avro.reverse('আমি বাংলায় গান গাই')
assert 'rahim, tomake korim dakse. ekhon ki rowna debe?' == avro.reverse(
'রাহিম, তোমাকে করিম ডাকছে। এখন কি রওনা দেবে?')

0 comments on commit 4bfeca5

Please sign in to comment.