From 818859c4562a5f9fef4e74964ca31e4381ce6995 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 1 Mar 2025 08:30:05 +0100 Subject: Improve naming, clean up imports --- solo-tool-project/test/solo_tool_integrationtest.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'solo-tool-project/test') diff --git a/solo-tool-project/test/solo_tool_integrationtest.py b/solo-tool-project/test/solo_tool_integrationtest.py index 5d8f14c..7b274a3 100644 --- a/solo-tool-project/test/solo_tool_integrationtest.py +++ b/solo-tool-project/test/solo_tool_integrationtest.py @@ -1,7 +1,3 @@ -import pathlib -import shutil -import pytest - from fixtures import soloTool as uut, songPool, mockPlayer, testSongs def test_playerControls(uut, mockPlayer): @@ -156,4 +152,3 @@ def test_playbackRateNotification(uut, mockPlayer, testSongs): uut.rate = 0.5 assert not called - -- cgit v1.2.3