mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-08-27 18:56:36 -07:00
Core: Add settings API ("auto settings") for host.yaml (#1871)
* Add settings API ("auto settings") for host.yaml
* settings: no BOM when saving
* settings: fix saving / groups resetting themselves
* settings: fix AutoWorldRegister import
Co-authored-by: el-u <[email protected]>
* Lufia2: settings: clean up imports
* settings: more consistent class naming
* Docs: update world api for settings api refactor
* settings: fix access from World instance
* settings: update migration timeline
* Docs: Apply suggestions from code review
Co-authored-by: Zach Parks <[email protected]>
* Settings: correctly resolve .exe in UserPath and LocalPath
---------
Co-authored-by: el-u <[email protected]>
Co-authored-by: Zach Parks <[email protected]>
This commit is contained in:
co-authored by
el-u
Zach Parks
parent
d8a8997684
commit
827444f5a4
@@ -65,6 +65,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest pytest-subtests
|
||||
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
|
||||
python Launcher.py --update_settings # make sure host.yaml exists for tests
|
||||
- name: Unittests
|
||||
run: |
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user