mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

* 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
8 lines
119 B
Python
8 lines
119 B
Python
import warnings
|
|
|
|
import settings
|
|
|
|
warnings.simplefilter("always")
|
|
settings.no_gui = True
|
|
settings.skip_autosave = True
|