scholarr/tests/integration
Justin Visser 813da91608 fix(scholars): improve validation, fix delete, add status badges
- Extract scholar ID parsing to dedicated module with robust URL
  handling (trailing slashes, fragments, extra query params, encoded
  characters) and per-token error feedback showing why each invalid
  entry was skipped
- Wrap delete_scholar DB commit in IntegrityError handler so cascade
  failures return a proper API error instead of 500
- Add ScholarStatusBadges component showing Pending/Failed/Partial/OK
  badges on scholar rows based on baseline_completed and last_run_status
- Show Pending badge in ScholarSettingsModal for unscraped scholars
- Surface failed_count and partial_count in dashboard latest run summary
  and recent run list items
- Extend backend validator tests with edge cases (empty, whitespace,
  unicode, URL-as-ID)
- Add integration tests for DELETE 404, DELETE with cascade, and POST
  with corrupted scholar_id
- Add comprehensive frontend tests for parsing logic and component
  behavior
2026-03-07 14:05:39 +01:00
..
__init__.py First product 2026-02-17 14:51:25 +01:00
helpers.py after audit 2026-03-01 18:14:22 +01:00
test_api_admin.py after audit 2026-03-01 18:14:22 +01:00
test_api_auth.py after audit 2026-03-01 18:14:22 +01:00
test_api_publications.py after audit 2026-03-01 18:14:22 +01:00
test_api_publications_advanced.py after audit 2026-03-01 18:14:22 +01:00
test_api_runs.py after audit 2026-03-01 18:14:22 +01:00
test_api_scholars.py fix(scholars): improve validation, fix delete, add status badges 2026-03-07 14:05:39 +01:00
test_api_settings.py after audit 2026-03-01 18:14:22 +01:00
test_data_repair_jobs.py Initial release prep 2026-02-27 10:46:05 +01:00
test_db_integrity.py Initial release prep 2026-02-27 10:46:05 +01:00
test_deferred_enrichment.py style: fix ruff lint and format issues across service modules 2026-02-27 16:24:36 +01:00
test_fixture_probe_runs.py fix: resolve mypy errors, fix arxiv test session isolation, and add premerge script 2026-03-02 12:46:10 +01:00
test_migrations.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_multi_user_schema.py Added run state front end support 2026-02-19 20:07:08 +01:00
test_new_publication_detection.py added test for new publication detection 2026-03-02 13:58:50 +01:00
test_run_lifecycle_consistency.py fix: resolve mypy errors, fix arxiv test session isolation, and add premerge script 2026-03-02 12:46:10 +01:00