Now using own test module to test vulkan downloader methods

This commit is contained in:
Rafael Vargas
2022-07-10 12:09:32 -03:00
parent cd5f4567be
commit 0938dd37e2
9 changed files with 247 additions and 104 deletions

5
run_tests.py Normal file
View File

@@ -0,0 +1,5 @@
from Tests.VDownloaderTests import VulkanDownloaderTest
tester = VulkanDownloaderTest()
tester.run()