From 8af1bcd960352666b4fa6195ef811cc1de045f91 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 2 Mar 2026 20:54:50 -0500 Subject: [PATCH] conductor(plan): Mark Task 1.1 as complete --- conductor/tracks/tech_debt_and_test_cleanup_20260302/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tracks/tech_debt_and_test_cleanup_20260302/plan.md b/conductor/tracks/tech_debt_and_test_cleanup_20260302/plan.md index 9703ce5..7c16fa3 100644 --- a/conductor/tracks/tech_debt_and_test_cleanup_20260302/plan.md +++ b/conductor/tracks/tech_debt_and_test_cleanup_20260302/plan.md @@ -7,7 +7,7 @@ Architecture reference: [docs/guide_architecture.md](../../../docs/guide_archite ## Phase 1: Test Suite Deduplication and Centralization Focus: Move `app_instance` and `mock_app` to `tests/conftest.py` and remove them from individual test files. -- [~] Task 1.1: Add `app_instance` and `mock_app` fixtures to `tests/conftest.py`. Ensure they properly yield the App instance and tear down. +- [x] Task 1.1: Add `app_instance` and `mock_app` fixtures to `tests/conftest.py`. Ensure they properly yield the App instance and tear down. [35822aa] - [ ] Task 1.2: Remove local `app_instance` and `mock_app` fixtures from all 13 identified test files. (Tier 3 Worker string replacement / rewrite). - [ ] Task 1.3: Delete `tests/test_ast_parser_curated.py` if its contents are fully duplicated in `test_ast_parser.py`, or merge any missing tests. - [ ] Task 1.4: Run the test suite (`pytest`) to ensure no fixture resolution errors.