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 15b306d commit e7da765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/aksharamukha_helper_test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
import importlib

import pytest
import sys

from indic_transliteration import aksharamukha_helper



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

0 comments on commit e7da765

Please sign in to comment.