mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Settings: change/fix tests behavior (#2053)
* Settings: disable saving and gui during tests * Tests: create a fresh host.yaml for TestHostYAML Now that host.yaml is .gitignored, testing the local host.yaml makes no sense anymore
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import warnings
|
||||
warnings.simplefilter("always")
|
||||
|
||||
import settings
|
||||
|
||||
warnings.simplefilter("always")
|
||||
settings.no_gui = True
|
||||
settings.skip_autosave = True
|
||||
|
Reference in New Issue
Block a user