From 687b91a009a0787e748077e7b5b64e2ed9302450 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 23 Mar 2026 12:31:38 -0500 Subject: [PATCH] fix: rename test file and docstring to Refractor terminology Renames tests/test_card_embed_evolution.py to tests/test_card_embed_refractor.py and updates the module-level docstring to use "Refractor tier progression" / "Refractor API" instead of "evolution progress" / "evolution API". Co-Authored-By: Claude Sonnet 4.6 --- ...t_card_embed_evolution.py => test_card_embed_refractor.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{test_card_embed_evolution.py => test_card_embed_refractor.py} (98%) diff --git a/tests/test_card_embed_evolution.py b/tests/test_card_embed_refractor.py similarity index 98% rename from tests/test_card_embed_evolution.py rename to tests/test_card_embed_refractor.py index f720463..bd6ad4a 100644 --- a/tests/test_card_embed_evolution.py +++ b/tests/test_card_embed_refractor.py @@ -2,8 +2,8 @@ Tests for WP-12: Tier Badge on Card Embed. Verifies that get_card_embeds() prepends a tier badge to the card title when a -card has evolution progress, and falls back gracefully when the evolution API -is unavailable or returns no state. +card has Refractor tier progression, and falls back gracefully when the Refractor +API is unavailable or returns no state. """ import pytest