Skip to content

Commit

Permalink
port commit 7a819ed, remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil authored and johnml1135 committed Sep 5, 2024
1 parent 161e65a commit 56ba148
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/corpora/test_paratext_project_terms_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ def test_get_key_terms_from_terms_localizations_no_term_renderings_do_not_use_te
assert len(terms) == 0


def test_get_key_terms_from_terms_localizations_no_term_renderings_prefer_localization() -> None:
env = _TestEnvironment(
_DefaultParatextProjectSettings(biblical_terms_list_type="Major", biblical_terms_file_name="BiblicalTerms.xml"),
use_term_glosses=True,
)
terms: List[Tuple[str, List[str]]] = env.get_glosses()
assert len(terms) == 5726

glosses = terms[0][1]
assert str.join(" ", glosses) == "Abagtha"


def test_get_key_terms_from_terms_localizations() -> None:
env = _TestEnvironment(
_DefaultParatextProjectSettings(
Expand Down

0 comments on commit 56ba148

Please sign in to comment.