Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Aug 16, 2024
2 parents 0599523 + 971b8ad commit 5c6f0f5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
from CreeDictionary.morphodict.orthography import ORTHOGRAPHY


@pytest.mark.parametrize("orth", ["Cans", "Latn", "Latn-x-macron","Latn-y", "Latn-x-macron-y"])
@pytest.mark.parametrize(
"orth", ["Cans", "Latn", "Latn-x-macron", "Latn-y", "Latn-x-macron-y"]
)
def test_can_set_orth_cookie(orth, client, change_orth_url):
"""
Test that POSTing to the URL actually sets the orthography.
Expand Down

0 comments on commit 5c6f0f5

Please sign in to comment.