Adding Spotify Tests

This commit is contained in:
Rafael Vargas
2022-07-10 13:47:08 -03:00
parent 0938dd37e2
commit 8336a95eda
3 changed files with 73 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
from Tests.VDownloaderTests import VulkanDownloaderTest
from Tests.VSpotifyTests import VulkanSpotifyTest
tester = VulkanDownloaderTest()
# tester.run()
tester = VulkanSpotifyTest()
tester.run()