lllin000_PaperForge/tests
Research Assistant 7cccf4eefc refactor(17-dead-code-precommit): remove delegation wrappers and dead code, run ruff cleanup
- Remove def load_vault_config delegation wrappers from all 7 worker modules
- Add from paperforge.config import load_vault_config, paperforge_paths at module level
- Remove unused system_dir/resources_dir/control_dir extraction in pipeline_paths
- Fix sync.py intra-function imports (run_selection_sync, run_index_refresh)
- Fix repair.py import path for _resolve_formal_note_path (direct from _utils)
- Add ruff and pre-commit as test dependencies in pyproject.toml
- Configure per-file ruff ignores for pre-existing issues
- Run ruff check --fix + ruff format (353 + 58 issues auto-fixed)
- All 203 tests pass, ruff check zero warnings
2026-04-27 17:40:47 +08:00
..
fixtures test(11-01): add test_path_normalization.py with 25 test methods 2026-04-24 20:30:32 +08:00
sandbox feat(08-deep-helper-deployment): create OCR-complete fixtures for TSTONE001 2026-04-24 13:13:45 +08:00
conftest.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_base_preservation.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_base_views.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_cli_paths.py refactor(phase-9): update all Python imports to paperforge 2026-04-24 16:15:30 +08:00
test_cli_worker_dispatch.py fix(13-logging-foundation): update test stubs and capsys→caplog for logging migration 2026-04-27 15:21:10 +08:00
test_command_docs.py test(09-command-unification): update tests for new command names 2026-04-24 16:56:47 +08:00
test_config.py fix(v1.3-doctor): update worker_script path and doctor checks for v1.3 architecture 2026-04-25 00:02:53 +08:00
test_doctor.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_ld_deep_config.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_legacy_worker_compat.py refactor(17-dead-code-precommit): remove delegation wrappers and dead code, run ruff cleanup 2026-04-27 17:40:47 +08:00
test_ocr_classify.py fix(phase-10): resolve pre-existing test failures and import errors 2026-04-24 18:17:50 +08:00
test_ocr_doctor.py refactor(phase-9): update all Python imports to paperforge 2026-04-24 16:15:30 +08:00
test_ocr_preflight.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_ocr_state_machine.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_path_normalization.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_pdf_resolver.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_prepare_rollback.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_repair.py fix(13-logging-foundation): update test stubs and capsys→caplog for logging migration 2026-04-27 15:21:10 +08:00
test_selection_sync_pdf.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00
test_smoke.py test(phase-12): update test imports for new worker module structure 2026-04-24 22:36:54 +08:00