mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-07-03 05:23:29 +00:00
9 lines
192 B
Python
9 lines
192 B
Python
from nonebug import App
|
|
|
|
|
|
def test_config(app: App):
|
|
from GenshinUID import config
|
|
|
|
assert config.config.disabled_plugins == {"xkdata", "abyss", "adv"}
|
|
assert config.priority == 5
|