from Tests.VDownloaderTests import VulkanDownloaderTest from Tests.VSpotifyTests import VulkanSpotifyTest tester = VulkanDownloaderTest() # tester.run() tester = VulkanSpotifyTest() tester.run()