mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
feat: add supplemental theme catalog tooling, additional theme selection, and custom theme selection
This commit is contained in:
parent
3a1b011dbc
commit
9428e09cef
39 changed files with 3643 additions and 198 deletions
|
|
@ -264,6 +264,8 @@ class TestJSONRoundTrip:
|
|||
assert exported_data['enforcement_mode'] == "strict"
|
||||
assert exported_data['allow_illegal'] is True
|
||||
assert exported_data['fuzzy_matching'] is False
|
||||
assert exported_data['userThemes'] == []
|
||||
assert exported_data['themeCatalogVersion'] is None
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue