diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-03-01 08:30:05 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-03-01 08:30:05 +0100 |
commit | 818859c4562a5f9fef4e74964ca31e4381ce6995 (patch) | |
tree | 133cad7e5d2ed2bee08c1bb1fd24bab7ae889846 /solo-tool-project/test/solo_tool_integrationtest.py | |
parent | ff427ab6344a06efe14b7bd519becf2feb9ae1a8 (diff) |
Improve naming, clean up imports
Diffstat (limited to 'solo-tool-project/test/solo_tool_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/solo_tool_integrationtest.py | 5 |
1 files changed, 0 insertions, 5 deletions
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 - |