From 9ae60c3e487fbceb54cee462d4f8f0b0a3682ba1 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sat, 20 Apr 2024 23:34:13 +0300 Subject: fix tests path --- tests/test_screens.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/test_screens.py') diff --git a/tests/test_screens.py b/tests/test_screens.py index a95894b..8e5ab34 100644 --- a/tests/test_screens.py +++ b/tests/test_screens.py @@ -17,10 +17,8 @@ from sliceitoff.screens import ( class TestScreens(unittest.TestCase): def setUp(self): - Fonts.load_fonts(os.path.join( - Path(__file__).parent.parent.resolve(), - "src", - "sliceitoff")) + Fonts.load_fonts( Path(__file__).parent.parent.resolve() + .joinpath('src').joinpath('sliceitoff').joinpath('assets')) def test_can_run_gameover(self): page = gameover_screen() -- cgit v1.2.3