Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Oct 2, 2024
1 parent 762b882 commit a5e66de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/aksharamukha_helper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
import sys


pytest.importorskip("aksharamukha", reason="The aksharamukha library is required for these tests.")
from indic_transliteration import aksharamukha_helper


@pytest.mark.skipif(
not importlib.util.find_spec("aksharamukha"), reason="requires the aksharamukha library")
def test_transliterate_tamil():
from indic_transliteration import aksharamukha_helper
assert aksharamukha_helper.transliterate_tamil("அற்று") == "अऱ्ऱु"

0 comments on commit a5e66de

Please sign in to comment.