migration: preserve screener and tracking slice

This commit is contained in:
leefer
2026-07-31 03:57:07 +08:00
parent cf2aad28ec
commit 4bab921d14
28 changed files with 4810 additions and 4152 deletions
+10 -1
View File
@@ -64,7 +64,16 @@ class FrontendContractTests(unittest.TestCase):
"auction_change", "auction_amount_million",
"auction_turnover_rate", "auction_volume_ratio",
):
self.assertIn(field, (STATIC_DIR.parent / "screener.py").read_text(encoding="utf-8"))
self.assertIn(
field,
(
STATIC_DIR.parent
/ "backend"
/ "features"
/ "screener"
/ "engine.py"
).read_text(encoding="utf-8"),
)
def test_wencai_workspace_is_not_exposed_and_mentor_hides_internal_quality_score(self):
self.assertNotIn('id="wencaiView"', self.html)