MeshChatX/tests/backend
2026-05-09 19:01:40 -05:00
..
fixtures feat(api): add new endpoint for Micron-Parser-Go release information 2026-05-03 20:49:38 -05:00
__init__.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
api_json_contract_schemas.py refactor(tests): remove ffmpeg dependency from voicemail manager tests and update related test cases to reflect in-process audio encoding 2026-04-19 11:33:34 -05:00
benchmark_db_lite.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
benchmarking_utils.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
conftest.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
http_api_contract_helpers.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
map_benchmarks.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
media_test_assets.py refactor(tests): improve code readability by formatting and simplifying assertions in test files 2026-04-19 13:19:28 -05:00
memory_benchmarks.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
run_comprehensive_benchmarks.py chore(imports): add noqa comments to imports in cx_setup.py and benchmark tests 2026-05-02 06:35:35 -05:00
test_access_attempts_dao.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_access_attempts_enforcement.py feat(tests): add loopback TCP fixture for integration tests and apply it to relevant test cases 2026-04-16 23:32:13 -05:00
test_announce_dao_extended.py feat(tests): add/update tests 2026-05-02 04:38:28 -05:00
test_announce_dao_trim.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_announce_flood_load.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_announce_fuzzing.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_announce_handler.py feat(tests): update testing framework for Electron and backend integrity checks, add new tests for loading status and main helpers 2026-04-18 00:06:21 -05:00
test_announce_limits.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_announce_limits_integration.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_announce_manager_extended.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_announce_spam_sqlite.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_announce_store_config.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_api_json_contracts.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_app_endpoints.py fix(tests): modify import_module patch to handle specific import cases in app_info test 2026-05-06 17:14:57 -05:00
test_app_status_tracking.py feat(tests): add comprehensive tests for android_push_bridge and update version references in frontend tests 2026-04-24 18:01:50 -05:00
test_archiver_manager_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_archives_api_robustness.py feat(tests): add comprehensive security and robustness tests for archives and deep links 2026-04-29 18:27:59 -05:00
test_async_utils_critical.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_audio_codec.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_auto_announce_schedule.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_auto_propagation.py test(auto_propagation, CallPage): update tests for propagation sync and telephone enabled config 2026-05-09 19:01:40 -05:00
test_auto_propagation_api.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_backend_integrity.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_blackhole_logic.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_bot_handler_extended.py feat(bot): add error handling and logging for bot subprocesses, including last error tracking and log retrieval functionality 2026-05-02 04:34:45 -05:00
test_colour_utils.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_colour_utils_hypothesis.py feat(tests): add property-based tests for hex colour parsing and repository upload filename sanitization to enhance robustness 2026-04-23 13:17:26 -05:00
test_community_interfaces.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_community_interfaces_directory.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_concurrency_stress.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_config_manager.py feat(Telephony): update telephony features with voicemail session management and configuration updates 2026-05-06 00:22:02 -05:00
test_contacts_custom_image.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_contacts_dao_boost.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_contacts_display_name_semantics.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_contacts_export_import.py feat(tests): add tests for contacts and favourites import/export functionality, including deduplication and icon handling 2026-05-08 23:50:55 -05:00
test_crash_history.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_crash_recovery.py feat(crash_recovery): update filesystem permission diagnosis and handling 2026-04-29 14:38:27 -05:00
test_csp_logic.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_dao_fuzzing.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_database.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_database_pragma_safety.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_database_provider_boost.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_database_robustness.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_database_snapshots.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_debug_logs.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_deep_links_security.py feat(tests): add comprehensive security and robustness tests for archives and deep links 2026-04-29 18:27:59 -05:00
test_discovered_interfaces_security.py refactor(codebase): format 2026-04-23 04:38:23 -05:00
test_display_name_and_telemetry.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_display_name_fuzzing.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_docs_manager.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_emergency_mode.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_favourites_import.py feat(tests): add tests for contacts and favourites import/export functionality, including deduplication and icon handling 2026-05-08 23:50:55 -05:00
test_forwarding_manager_teardown.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_fuzzing.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_fuzzing_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_fuzzing_telemetry.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_gif_utils.py feat(tests): add comprehensive tests for media APIs, including GIF, sticker, and sticker-pack functionalities, along with regression tests for media formats and HTTP integration. 2026-04-17 23:27:35 -05:00
test_gifs_dao.py feat(tests): add comprehensive tests for media APIs, including GIF, sticker, and sticker-pack functionalities, along with regression tests for media formats and HTTP integration. 2026-04-17 23:27:35 -05:00
test_health_monitor.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_hex_identifier_utils.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_http_api_contract.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_http_auth_security.py feat(tests): add tests for contacts and favourites import/export functionality, including deduplication and icon handling 2026-05-08 23:50:55 -05:00
test_http_url_guard.py feat(tests): add/update tests 2026-05-02 04:38:28 -05:00
test_http_url_guard_hypothesis.py feat(tests): add property-based tests for URL normalization and interface config parsing to improve robustness 2026-04-23 04:54:46 -05:00
test_https_file_response_sendfile.py refactor(async_utils): remove asyncio 3.13 patch and clean up related code; add regression test for HTTPS file response 2026-05-06 16:20:57 -05:00
test_https_wss_side_sniffing.py feat(tests): add loopback TCP fixture for integration tests and apply it to relevant test cases 2026-04-16 23:32:13 -05:00
test_identity_restore.py feat(identity): add identity screen to getting started. 2026-05-03 12:58:20 -05:00
test_identity_restore_http_api.py feat(identity): add identity screen to getting started. 2026-05-03 12:58:20 -05:00
test_identity_switch.py feat(tests): add HTTP tests for identity switch API, covering response validation and error handling 2026-04-23 17:04:46 -05:00
test_identity_switch_http_api.py feat(tests): add HTTP tests for identity switch API, covering response validation and error handling 2026-04-23 17:04:46 -05:00
test_incoming_call_policy.py refactor(meshchat): implement delayed hangup for rejected calls and improve contact lookup handling 2026-05-09 00:56:33 -05:00
test_integrity.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_integrity_extensive.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_interface_config_parser.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_interface_config_parser_hypothesis.py feat(tests): add property-based tests for URL normalization and interface config parsing to improve robustness 2026-04-23 04:54:46 -05:00
test_interface_discovery.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_interface_discovery_ifac.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_interface_editor.py feat(network): implement API for listing host network interfaces and normalize TCP port handling 2026-04-30 11:42:09 -05:00
test_interface_options.py feat(network): implement API for listing host network interfaces and normalize TCP port handling 2026-04-30 11:42:09 -05:00
test_interface_port_check.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_legacy_migrator.py feat(legacy_migrator): implement automatic upstream folder migration and add related tests 2026-05-03 00:14:55 -05:00
test_licenses_api.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_licenses_collector.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_lifecycle.py refactor(reticulum_config): update _ensure_reticulum_config method to conditionally create config file 2026-05-06 16:55:36 -05:00
test_local_message_retention.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_long_running_stress.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_lxmf_attachments.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_lxmf_communication.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_lxmf_forwarding_integration.py feat(translator): refactor Argos CLI detection and add integration tests for forwarding functionality 2026-04-17 23:50:29 -05:00
test_lxmf_icons.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_lxmf_message_fields.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_lxmf_propagation_full.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_lxmf_propagation_sync_integration.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_lxmf_reactions.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_lxmf_sieve.py test(lxmf): add comprehensive tests for LXMF sieve filter functions 2026-04-22 20:09:55 -05:00
test_lxmf_sieve_fuzz.py test(lxmf): add comprehensive tests for LXMF sieve filter functions 2026-04-22 20:09:55 -05:00
test_lxmf_sync.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_lxmf_utils_boost.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_lxmf_utils_extended.py feat(lxmf): update conversation previews to include image, audio, and file attachment notifications and add related tests 2026-05-06 16:32:21 -05:00
test_lxst_integration.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_lxst_telephony_profiles_contract.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_maintenance.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_map_manager_extended.py feat(tests): add backend test coverage with new repository server manager tests and additional web audio bridge scenarios 2026-04-23 02:28:52 -05:00
test_markdown_renderer.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_media_fuzzing.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_media_http_api.py feat(tests): add comprehensive tests for media APIs, including GIF, sticker, and sticker-pack functionalities, along with regression tests for media formats and HTTP integration. 2026-04-17 23:27:35 -05:00
test_media_sticker_reaction_gif_security.py refactor(codebase): format 2026-04-23 04:38:23 -05:00
test_memory_profiling.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_mesh_page_file_path_security.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_meshchat_coverage.py feat(tests): add/update tests 2026-05-02 04:38:28 -05:00
test_meshchat_utils.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_message_dao_extended.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_message_handler.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_message_handler_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_message_sending_failures.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_messages_export.py feat(tests): add tests for contacts and favourites import/export functionality, including deduplication and icon handling 2026-05-08 23:50:55 -05:00
test_misc_dao_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_nomadnet_download_ws_order.py feat(tests): add regression tests for websocket download status in Nomadnet 2026-05-02 09:57:50 -05:00
test_nomadnet_downloader.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_nomadnet_downloader_boost.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_notification_unread_semantics.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_notification_user_facing_filter.py feat(lxmf): update conversation previews to include image, audio, and file attachment notifications and add related tests 2026-05-06 16:32:21 -05:00
test_notifications.py feat(tests): add loopback TCP fixture for integration tests and apply it to relevant test cases 2026-04-16 23:32:13 -05:00
test_package_version_resolution.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_page_node.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_page_node_manager.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_performance_bottlenecks.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_performance_hotpaths.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_propagation_nodes_robustness.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_property_based.py fix(tests): update health check settings for property-based tests to improve robustness 2026-04-29 19:34:42 -05:00
test_reply_detection.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_repository_server_manager.py refactor(tests): format 2026-04-24 17:09:44 -05:00
test_repository_server_manager_hypothesis.py feat(tests): add property-based tests for hex colour parsing and repository upload filename sanitization to enhance robustness 2026-04-23 13:17:26 -05:00
test_reticulum_config_editor.py refactor(reticulum_config): replace default config text method with file writing functionality and update related tests 2026-05-06 16:19:34 -05:00
test_reticulum_live_network.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_reticulum_pathfinding.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_reticulum_pathfinding_http.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_ringtone_manager.py refactor(tests): remove ffmpeg dependency from voicemail manager tests and update related test cases to reflect in-process audio encoding 2026-04-19 11:33:34 -05:00
test_risky_inputs.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_rncp_handler_extended.py refactor(tools): improve error handling and validation in RN path trace and RN probe handlers 2026-05-02 06:47:08 -05:00
test_rngit_tool.py feat(tests): add comprehensive tests for meshchat_wrapper and rngit_tool functionality, including server behavior and frequency conversion 2026-04-25 16:30:34 -05:00
test_rnode_download_firmware.py fix(tests): update firmware download URL in test to point to the correct GitHub repository 2026-05-02 06:25:44 -05:00
test_rnpath_logic.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_rnprobe_and_rngit_tool_bounds.py refactor(tools): improve error handling and validation in RN path trace and RN probe handlers 2026-05-02 06:47:08 -05:00
test_rns_config_management.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_rns_lifecycle.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_rnstatus_blackhole.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_rnstatus_formatting.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_schema_migration_upgrade.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_search_integration.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00
test_security_fuzzing.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_security_path_and_backup.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_smoke_extended.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_ssl_custom_args.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_startup.py feat(community): implement URL validation and fetch handling for community directory to prevent SSRF vulnerabilities; add tests for validation and fetch behavior 2026-05-01 04:13:55 -05:00
test_startup_advanced.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_sticker_pack_utils.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_sticker_packs_dao.py feat(tests): add comprehensive tests for media APIs, including GIF, sticker, and sticker-pack functionalities, along with regression tests for media formats and HTTP integration. 2026-04-17 23:27:35 -05:00
test_sticker_utils.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_stickers_dao.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_system_network_interfaces_api.py feat(network): implement API for listing host network interfaces and normalize TCP port handling 2026-04-30 11:42:09 -05:00
test_telemetry_dao_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_telemetry_extended.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_telemetry_integration.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_telemetry_utils.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_telephone_api_json_contracts.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_telephone_audio_ws.py feat(tests): add comprehensive tests for meshchat_wrapper and rngit_tool functionality, including server behavior and frequency conversion 2026-04-25 16:30:34 -05:00
test_telephone_dao.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_telephone_initiation.py fix(tests): increase timeout values in telephone initiation tests for improved stability 2026-05-02 05:59:04 -05:00
test_telephone_manager_boost.py feat(Telephony): update telephony features with voicemail session management and configuration updates 2026-05-06 00:22:02 -05:00
test_telephone_recorder.py refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
test_translator_argos_integration.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_translator_config_migration.py feat(tests): update fe/be tests and contract api routes 2026-04-27 11:16:52 -05:00
test_translator_handler.py feat(tests): add/update tests 2026-05-02 04:38:28 -05:00
test_translator_handler_extended.py test(tests): enable translator_libretranslate in language support tests and improve mock hash handling in MicronWasmLoader tests 2026-05-02 16:40:06 -05:00
test_user_guidance_autointerface.py refactor(codebase): format 2026-04-22 18:40:11 -05:00
test_voicemail_manager_boost.py refactor(tests): remove ffmpeg dependency from voicemail manager tests and update related test cases to reflect in-process audio encoding 2026-04-19 11:33:34 -05:00
test_voicemail_manager_extended.py feat(Telephony): update telephony features with voicemail session management and configuration updates 2026-05-06 00:22:02 -05:00
test_voicemail_webaudio_security.py feat(Telephony): update telephony features with voicemail session management and configuration updates 2026-05-06 00:22:02 -05:00
test_web_audio_bridge.py feat(Telephony): update telephony features with voicemail session management and configuration updates 2026-05-06 00:22:02 -05:00
test_web_audio_bridge_hypothesis.py refactor(codebase): format 2026-04-23 04:56:05 -05:00
test_websocket_interfaces.py chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
test_websocket_scale.py feat(tests): add integration tests for announce limits and spam handling, including max storage constraints and websocket broadcast behavior 2026-05-07 20:03:52 -05:00