Files
Grinch-AP/test/__init__.py
black-sliver 7b8f8918fc 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
2023-07-29 18:50:21 +02:00

8 lines
119 B
Python

import warnings
import settings
warnings.simplefilter("always")
settings.no_gui = True
settings.skip_autosave = True