From 971b8ad2b250f6a57a88b1996717273812037338 Mon Sep 17 00:00:00 2001 From: fbanados Date: Thu, 15 Aug 2024 23:33:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A7=B9=20reformat=20Python=20?= =?UTF-8?q?files=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tests/CreeDictionary_tests/test_orth_cookie.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py b/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py index e69c4dd90..cc245ee52 100644 --- a/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py +++ b/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py @@ -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.