Vulkan/run_tests.py
2022-07-10 13:47:08 -03:00

9 lines
197 B
Python

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