forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.single_process_safe_subset
More file actions
116 lines (116 loc) · 4.88 KB
/
Copy path.single_process_safe_subset
File metadata and controls
116 lines (116 loc) · 4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Single-process-safe subset: backend test files verified to not pollute sys.modules
# when run together in one pytest process. One path per line, relative to backend/.
#
# This list GROWS monotonically as files are migrated off the dirty allowlist
# (backend/tests/.module_stub_legacy_allowlist). The hermeticity test
# (tests/unit/test_sys_modules_hermeticity.py) runs exactly these files in one
# subprocess and asserts no backend-owned module is left as a fake/stub afterwards.
#
# Terminal state: this list contains the entire unit suite; the dirty allowlist is
# empty and deleted. See .coordination/test-isolation/PLAN.md §4 and WORKSTREAM.md.
tests/unit/test_goals_sort_missing_created_at.py
tests/unit/test_goals_id_fallback.py
tests/unit/test_review_queue_cascade_purge.py
tests/unit/test_firmware_pagination.py
tests/unit/test_folder_name_enrichment.py
tests/unit/test_staged_tasks_dedup.py
tests/unit/test_delete_account_stripe_cancel.py
tests/unit/test_action_item_dedup.py
tests/unit/test_omi_product_tool_failsoft.py
tests/unit/test_users_add_sample_transaction.py
tests/unit/test_action_item_idempotency.py
tests/unit/test_action_items_date_range_validation.py
tests/unit/test_action_items_pagination_order.py
tests/unit/test_merge_validation.py
tests/unit/test_user_usage.py
tests/unit/test_chat_quota.py
tests/unit/test_llm_usage_endpoints.py
tests/unit/test_memories_stale_updates.py
tests/unit/test_non_active_routes.py
tests/unit/test_non_active_route_audit.py
tests/unit/test_non_active_route_report.py
tests/unit/test_conversations_count.py
tests/unit/test_phone_calls.py
tests/unit/test_available_plans_resilience.py
tests/unit/test_rate_limiting.py
tests/unit/test_subscription_plans.py
tests/unit/test_subscription_restructure.py
tests/unit/test_daily_summary_zero_coordinate_locations.py
tests/unit/test_storage_opus_encoding.py
tests/unit/test_webhook_auto_disable.py
tests/unit/test_storage_upload_audio_chunk_data_protection.py
tests/unit/test_speaker_sample.py
tests/unit/test_speaker_sample_migration.py
tests/unit/test_user_speaker_embedding.py
tests/unit/test_speech_profile_existence.py
tests/unit/test_llm_usage_db.py
tests/unit/test_llm_usage_tracker.py
tests/unit/test_mcp_api_key_auth_context.py
tests/unit/test_mcp_api_key_full_access.py
tests/unit/test_mcp_oauth.py
tests/unit/test_async_webhooks.py
tests/unit/test_people_conversations_500s.py
tests/unit/test_v3_account_generation_source.py
tests/unit/test_inv_mem_1_guard.py
tests/unit/test_memory_apply_store.py
tests/unit/test_memory_evidence_persistence.py
tests/unit/test_memory_ledger.py
tests/unit/test_memory_entities.py
tests/unit/test_short_term_memory.py
tests/unit/test_sync_transcription_prefs.py
tests/unit/test_desktop_updates.py
tests/unit/test_review_queue_non_active_routes.py
tests/unit/test_kg_user_type_mismatch.py
tests/unit/test_kg_edge_id_sanitization.py
tests/unit/test_conversation_events_bounds.py
tests/unit/test_conversations_date_range_validation.py
tests/unit/test_delete_account_purge_storage.py
tests/unit/test_screen_activity_tool_result_bound.py
tests/unit/test_ws_auth_handshake.py
tests/unit/test_process_conversation_usage_context.py
tests/unit/test_batch_upload_storage.py
tests/unit/test_geocoding_cache.py
tests/unit/test_tts.py
tests/unit/test_notification_token_cleanup.py
tests/unit/test_proactive_notification_language.py
tests/unit/test_mentor_notifications.py
tests/unit/test_apps_review_reply_validation.py
tests/unit/test_create_persona_user_none.py
tests/unit/test_billable_transcription_seconds.py
tests/unit/test_dg_start_guard.py
tests/unit/test_parakeet_batch_engine.py
tests/unit/test_parakeet_batch_routing.py
tests/unit/test_parakeet_builtin_embedding.py
tests/unit/test_parakeet_diarization.py
tests/unit/test_parakeet_endpoints.py
tests/unit/test_parakeet_gpu_worker.py
tests/unit/test_parakeet_nim.py
tests/unit/test_fair_use_async.py
tests/unit/test_fair_use_classifier.py
tests/unit/test_fair_use_engine.py
tests/unit/test_fair_use_free_tier.py
tests/unit/test_sync_fair_use_gate.py
tests/unit/test_vad_onnx.py
tests/unit/test_modulate_stt.py
tests/unit/test_short_audio_embedding.py
tests/unit/test_streaming_deepgram_backoff.py
tests/unit/test_flush_pending_batch1.py
tests/unit/test_gpu_worker_submit_lock.py
tests/unit/test_oom_reproduction.py
tests/unit/test_vram_batch.py
tests/unit/test_vad_gate.py
tests/unit/test_neo_desktop_grandfather.py
tests/unit/test_sync_playback_service.py
tests/unit/test_prompt_caching.py
tests/unit/test_llm_gateway_chat_extraction_pilot.py
tests/unit/test_parakeet_prerecorded.py
tests/unit/test_parakeet_stream_session.py
tests/unit/test_voice_message_language.py
tests/unit/test_translation_cost_optimization.py
tests/unit/test_translation_dedup_edge_cases.py
tests/unit/test_translation_nllb.py
tests/unit/test_translation_optimization.py
tests/routers/test_users.py
tests/unit/v3_router_probes/fastapi_route_contract.py
tests/unit/test_desktop_transcribe.py
tests/unit/test_redis_db_deserialize.py