From adf47fb5ab160a6216860a99ac0517120ad20ea3 Mon Sep 17 00:00:00 2001 From: Arno Wunderlich <arno.a.wunderlich@student.jyu.fi> Date: Wed, 22 Feb 2023 09:33:42 +0000 Subject: [PATCH] added imports to test_i18n --- tests/test_i18n.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_i18n.py b/tests/test_i18n.py index 5a94d3df..82f056e9 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -19,6 +19,7 @@ from babel.messages.extract import extract_from_dir from tjts5901.i18n import SupportedLocales from tjts5901 import __file__ as pkg_file +from conftests import client, app @pytest.fixture def babel(app: Flask): -- GitLab