mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
CI: run tests multi-threaded (#2251)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import pathlib
|
||||
import warnings
|
||||
|
||||
import settings
|
||||
@@ -5,3 +6,12 @@ import settings
|
||||
warnings.simplefilter("always")
|
||||
settings.no_gui = True
|
||||
settings.skip_autosave = True
|
||||
|
||||
import ModuleUpdate
|
||||
|
||||
ModuleUpdate.update_ran = True # don't upgrade
|
||||
|
||||
import Utils
|
||||
|
||||
Utils.local_path.cached_path = pathlib.Path(__file__).parent.parent
|
||||
Utils.user_path() # initialize cached_path
|
||||
|
Reference in New Issue
Block a user