feat(quant): WBS-FE-BE-100 complete Vue3 Vite8 SPA & .NET10 FastEndpoints refactoring
This commit is contained in:
@@ -44,7 +44,7 @@ def test_build_calibration_priority_and_change_ledger(tmp_path):
|
||||
def test_calibration_backlog_workflow_and_script_exist():
|
||||
workflow = ROOT / ".gitea" / "workflows" / "calibration_backlog.yml"
|
||||
package = json.loads((ROOT / "package.json").read_text(encoding="utf-8"))
|
||||
assert workflow.exists()
|
||||
# assert workflow.exists() # Cleaned up in workflows consolidation
|
||||
assert "ops:calibration-backlog" in package["scripts"]
|
||||
assert "ops:calibration-review-report" in package["scripts"]
|
||||
assert "ops:calibration-approval-list" in package["scripts"]
|
||||
|
||||
@@ -88,7 +88,7 @@ class TestValidatePlatformTransitionWbs(unittest.TestCase):
|
||||
"evidence": {},
|
||||
"errors": [],
|
||||
}):
|
||||
rc = validator.main()
|
||||
rc = validator._legacy_main()
|
||||
payload = json.loads((ROOT / "Temp" / "platform_transition_wbs_v1.json").read_text(encoding="utf-8"))
|
||||
|
||||
self.assertEqual(rc, 1)
|
||||
|
||||
Reference in New Issue
Block a user