Skip to content

Commit

Permalink
update tests/g_wiktextract_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 19, 2024
1 parent ddf6b11 commit cc5b103
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions tests/g_wiktextract_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def __init__(self, *args, **kwargs):
"wiktextract/10-kaikki-fa-pos-adv.jsonl": "2ddcbbbd",
"wiktextract/10-kaikki-fa-pos-adv.txt": "fbaa9972",
"wiktextract/10-kaikki-fa-pos-adv-word_title.txt": "4933de91",
"wiktextract/03-kaikki-fa-selection.jsonl": "31223225",
"wiktextract/03-kaikki-fa-selection.txt": "f54d1a97",
},
)

Expand Down Expand Up @@ -65,11 +67,15 @@ def test_convert_jsonl_txt_2_word_title(self):
},
)


# TODO: test these
# "form_of" in sense
# "topics" in sense
# "antonyms" in sense
def test_convert_jsonl_txt_3(self):
self.convert_jsonl_txt(
"03-kaikki-fa-selection",
"03-kaikki-fa-selection",
)
# testing these features
# "antonyms" in sense
# "topics" in sense
# "form_of" in sense


if __name__ == "__main__":
Expand Down

0 comments on commit cc5b103

Please sign in to comment.