3d331e4c72
The service detail page showed non-secret connection config (base_url, user_id, username, timeout_seconds) as read-only. Render schema-driven editable inputs (reusing the create-dialog pattern) with a draftConfig state hydrated from the instance, and unify the save button to persist both config and secrets. Number fields render as type=number; the base_url schema description surfaces as helper text.
898 B
898 B
backend/tests (index)
dir: backend/tests
role
Test suite providing unit and integration tests that validate API endpoints, configuration, external clients, utilities, and service logic across the backend.
parent
index: backend/.pi-map.index.md map: backend/.pi-map.md
children
files
- __init__.py
- test_api.py
- test_backups.py
- test_config.py
- test_domain_media.py
- test_jellyseerr_client.py
- test_jobs.py
- test_mailer.py
- test_media_index.py
- test_observability.py
- test_path_utils.py
- test_services.py
- test_ssh_client.py
- test_targets.py
- test_utils.py
- test_widgets.py
links
index: backend/tests/.pi-map.index.md map: backend/tests/.pi-map.md
workflows
- change tests behavior read: __init__.py, test_api.py, test_backups.py
- change tests CLI read: test_jellyseerr_client.py, test_ssh_client.py
- change tests config read: test_config.py