mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-05 20:57:16 +02:00
test-cleanup: fix 21 failures, prune stale tests, consolidate fragmented files (#66)
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
* test-cleanup: fix 21 failures, prune stale tests, consolidate fragmented files * test-cleanup: remove permanently-skipped M4/perf tests, fix pydantic ConfigDict warning * docs: update changelog and release notes for test-cleanup changes * ci: fix editorial governance workflow stale test file reference
This commit is contained in:
parent
32157179f9
commit
46637cf27f
34 changed files with 5329 additions and 2202 deletions
|
|
@ -231,7 +231,7 @@ def get_theme_preview(theme_id: str, *, limit: int = 12, colors: Optional[str] =
|
|||
entry = idx.slug_to_entry.get(slug)
|
||||
if not entry:
|
||||
raise KeyError("theme_not_found")
|
||||
detail = project_detail(slug, entry, idx.slug_to_yaml, uncapped=uncapped)
|
||||
detail = project_detail(slug, entry, idx.slug_to_yaml, idx, uncapped=uncapped)
|
||||
colors_key = colors or None
|
||||
commander_key = commander or None
|
||||
cache_key = (slug, limit, colors_key, commander_key, idx.etag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue