Adding Deezer Module and Deezer Tests

This commit is contained in:
Rafael Vargas
2022-07-10 16:08:22 -03:00
parent c826af229c
commit 863b079a01
11 changed files with 232 additions and 21 deletions

View File

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