diff options
Diffstat (limited to 'solo-tool-project/test/solo_tool_songs_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/solo_tool_songs_integrationtest.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solo-tool-project/test/solo_tool_songs_integrationtest.py b/solo-tool-project/test/solo_tool_songs_integrationtest.py index 6030d19..0acfc2b 100644 --- a/solo-tool-project/test/solo_tool_songs_integrationtest.py +++ b/solo-tool-project/test/solo_tool_songs_integrationtest.py @@ -66,13 +66,6 @@ def test_songAdditionEdgeCases(uut, mockPlayer, testSongs): assert mockPlayer.currentSong == testSongs[0] assert uut.songs == testSongs - # Songs must exist in the filesystem - with pytest.raises(FileNotFoundError): - uut.addSong("/not/a/real/file") - assert uut.song == 0 - assert mockPlayer.currentSong == testSongs[0] - assert uut.songs == testSongs - def test_songSelectionNotification(uut, testSongs): selectionCalled = False selectionValue = None |