peregrine/tests
pyr0ball e5d606ab4b feat: backup/restore script with multi-instance and legacy support
- create_backup() / restore_backup() / list_backup_contents() public API
- --base-dir PATH flag: targets any instance root (default: this repo)
  --base-dir /devl/job-seeker backs up the legacy Conda install
- _DB_CANDIDATES fallback: data/staging.db (Peregrine) or staging.db root (legacy)
- Manifest records source label (dir name), source_path, created_at, files, includes_db
- Added config/resume_keywords.yaml and config/server.yaml to backup lists
- 21 tests covering create, list, restore, legacy DB path, overwrite, roundtrip
2026-03-04 10:52:51 -08:00
..
__init__.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_app_gating.py feat: app.py checks wizard_complete flag to gate main app 2026-02-25 09:43:53 -08:00
test_backup.py feat: backup/restore script with multi-instance and legacy support 2026-03-04 10:52:51 -08:00
test_benchmark_classifier.py feat: benchmark_classifier — MODEL_REGISTRY, --list-models, --score, --compare modes 2026-02-27 06:19:32 -08:00
test_classifier_adapters.py feat: label_tool — 9 labels, wildcard Other, InvalidCharacterError fix; sync with avocet canonical 2026-02-27 14:34:24 -08:00
test_company_research.py feat: extract hard-coded personal references from all scripts via UserProfile 2026-02-24 18:45:39 -08:00
test_cover_letter.py feat: extract hard-coded personal references from all scripts via UserProfile 2026-02-24 18:45:39 -08:00
test_cover_letter_refinement.py feat: cover letter iterative refinement — feedback UI + backend params 2026-02-25 14:44:20 -08:00
test_craigslist.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_db.py feat: wizard fields in UserProfile + params column in background_tasks 2026-02-25 07:27:14 -08:00
test_dev_tab.py feat: Developer tab in Settings — tier override + wizard reset button 2026-02-25 10:50:14 -08:00
test_discover.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_enrich_descriptions.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_feedback_api.py fix: lazy-import playwright in screenshot_page, fix SQLite connection leak in collect_listings 2026-03-03 12:45:39 -08:00
test_home_banners.py feat: dismissible setup banners on Home page (13 contextual prompts) 2026-02-25 09:53:34 -08:00
test_hooks.sh feat: commit-msg hook enforces conventional commit format 2026-03-02 19:14:31 -08:00
test_imap_sync.py test: complete email sync test coverage — 44 new tests across all checklist sections 2026-02-25 13:55:55 -08:00
test_integrations.py feat: 13 integration implementations + config examples 2026-02-25 08:18:45 -08:00
test_license.py feat: license.py client — verify_local, effective_tier, activate, refresh, report_usage 2026-02-25 22:53:11 -08:00
test_license_tier_integration.py feat: wire license.effective_tier into tiers.py; add dev_override priority 2026-02-25 23:05:55 -08:00
test_llm_config_generation.py test: add ollama_research URL assertion to llm config generation test 2026-02-24 19:14:33 -08:00
test_llm_router.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_match.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_preflight.py test: add failing tests for dual-gpu preflight additions 2026-02-27 00:11:39 -08:00
test_resume_parser.py refactor: replace LLM-based resume parser with section regex parser 2026-02-26 07:34:25 -08:00
test_scrape_url.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_sync.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
test_task_runner.py feat: wizard_generate — feedback + previous_result support for iterative refinement 2026-02-25 08:29:56 -08:00
test_user_profile.py feat: wizard fields in UserProfile + params column in background_tasks 2026-02-25 07:27:14 -08:00
test_wizard_flow.py feat: wizard orchestrator — 7 steps, LLM generation polling, crash recovery 2026-02-25 09:10:51 -08:00
test_wizard_steps.py feat: step_integrations module with validate() + tier-filtered available list 2026-02-25 08:35:16 -08:00
test_wizard_tiers.py feat: BYOK unlocks LLM features regardless of tier 2026-03-02 11:34:36 -08:00