Stardew Valley: Move test option presets to their own file (#4349)

This commit is contained in:
Jérémie Bolduc
2025-03-23 22:32:34 -04:00
committed by GitHub
parent 1416f631cc
commit e12ab4afa4
13 changed files with 189 additions and 178 deletions

View File

@@ -1,8 +1,10 @@
import random
from BaseClasses import get_seed, ItemClassification
from .. import SVTestBase, SVTestCase, allsanity_mods_6_x_x, fill_dataclass_with_default
from .. import SVTestBase, SVTestCase
from ..assertion import ModAssertMixin, WorldAssertMixin
from ..options.presets import allsanity_mods_6_x_x
from ..options.utils import fill_dataclass_with_default
from ... import options, items, Group, create_content
from ...mods.mod_data import ModNames
from ...options import SkillProgression, Walnutsanity