From 4c2cfda3d16ceea85e82ac8d24d18e914af52d56 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 7 Mar 2026 20:32:59 -0500 Subject: [PATCH] fixing --- conductor/tracks.md | 2 +- .../tracks/test_regression_verification_20260307/plan.md | 6 +++--- {conductor/tests => tests}/test_mma_skeleton.py | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename {conductor/tests => tests}/test_mma_skeleton.py (100%) diff --git a/conductor/tracks.md b/conductor/tracks.md index 3d6feea..fab3b34 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -96,7 +96,7 @@ This file tracks all major tracks for the project. Each track has its own detail *Link: [./tracks/test_integrity_audit_20260307/](./tracks/test_integrity_audit_20260307/)* *Goal: Audit tests simplified by AI agents. Add intent documentation comments to prevent future simplification. Covers simulation tests (test_sim_*.py), live workflow tests, and major feature tests.* -23. [ ] **Track: Test Regression Verification** +23. [~] **Track: Test Regression Verification** *Link: [./tracks/test_regression_verification_20260307/](./tracks/test_regression_verification_20260307/)* --- diff --git a/conductor/tracks/test_regression_verification_20260307/plan.md b/conductor/tracks/test_regression_verification_20260307/plan.md index 2ab842d..aa1aeff 100644 --- a/conductor/tracks/test_regression_verification_20260307/plan.md +++ b/conductor/tracks/test_regression_verification_20260307/plan.md @@ -5,14 +5,14 @@ ## Phase 1: Test Discovery Focus: Find all test files -- [ ] Task 1.1: List all test files +- [x] Task 1.1: List all test files - Run: `pytest --collect-only` - - Document test count + - Document test count: 481 tests collected ## Phase 2: Run Tests Focus: Execute full test suite -- [ ] Task 2.1: Run unit tests (models, conductor) +- [~] Task 2.1: Run unit tests (models, conductor) - [ ] Task 2.2: Run GUI tests - [ ] Task 2.3: Run integration tests diff --git a/conductor/tests/test_mma_skeleton.py b/tests/test_mma_skeleton.py similarity index 100% rename from conductor/tests/test_mma_skeleton.py rename to tests/test_mma_skeleton.py