Travis + Butler test

This commit is contained in:
Yair Morgenstern
2020-09-03 20:56:41 +03:00
parent 08a15a888f
commit 12040c4920
2 changed files with 7 additions and 6 deletions

View File

@ -78,12 +78,6 @@ class BasicTests {
UncivGame.Current.settings = GameSettings().apply { language = "Italian" }
}
// @Test // This should NOT run as part of the test suite!
// fun tryUnzip(){
// Zip.extractFolder("""C:\Users\LENOVO\Downloads\Rebuild.rar""")
// Zip.downloadAndExtract("/Mods/Reasoures.zip", FileHandle("""C:\Users\LENOVO\Downloads"""))
// Zip.downloadAndExtract("https://github.com/yairm210/Unciv-IV-mod/archive/master.zip", FileHandle("""C:\Users\LENOVO\Downloads"""))
// }
// @Test // This should NOT run as part of the test suite!
// fun tryGetGithubTopicInfo(){