ui: add v9.6 assets, update misc resources

This commit is contained in:
Travis Abendshien
2026-06-27 05:05:41 -07:00
parent 7f15990084
commit 20fba6610f
59 changed files with 452 additions and 375 deletions

View File

@@ -13,6 +13,6 @@ logger = structlog.get_logger()
def test_get():
rm = ResourceManager()
for res in rm._map: # pyright: ignore[reportPrivateUsage]
for res in rm._map:
assert rm.get(res), f"Could not get resource '{res}'"
assert unwrap(rm.get_path(res)).exists(), f"Filepath for resource '{res}' does not exist"