MeshChatX/tests/backend
2026-03-24 00:40:08 +03:00
..
__init__.py feat(tests): add comprehensive test suite for backend functionality, including database, configuration, and telemetry utilities 2026-01-02 19:41:05 -06:00
benchmark_db_lite.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
benchmarking_utils.py numerous improvements 2026-01-05 11:47:35 -06:00
conftest.py Refactor backend tests 2026-02-14 19:18:20 -06:00
map_benchmarks.py numerous improvements 2026-01-05 11:47:35 -06:00
memory_benchmarks.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
run_comprehensive_benchmarks.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_announce_dao_extended.py Add comprehensive tests for announce management and contact import/export functionality 2026-03-11 05:12:39 -05:00
test_announce_dao_trim.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_announce_flood_load.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_announce_fuzzing.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_announce_limits.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_announce_manager_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_app_endpoints.py numerous improvements 2026-01-05 11:47:35 -06:00
test_app_status_tracking.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_archiver_manager_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_auto_propagation.py cleanup tests (format) 2026-02-23 19:42:37 -06:00
test_auto_propagation_api.py Add public key retrieval methods in tests and enhance coverage for LXMA URI handling 2026-03-06 00:36:21 -06:00
test_backend_integrity.py numerous improvements 2026-01-05 11:47:35 -06:00
test_blackhole_logic.py numerous improvements 2026-01-05 11:47:35 -06:00
test_bot_handler_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_colour_utils.py chore(tests): clean up test files by adding missing newlines and reordering imports for consistency 2026-01-02 20:36:42 -06:00
test_community_interfaces.py test: community interfaces, hex utils, archives and conversation viewer 2026-03-24 00:39:11 +03:00
test_community_interfaces_directory.py test: community interfaces, hex utils, archives and conversation viewer 2026-03-24 00:39:11 +03:00
test_concurrency_stress.py Code Cleanup 2026-01-16 09:34:18 -06:00
test_config_manager.py Implement inbound stamp toggle feature in settings, allowing users to enable/disable proof-of-work stamps for direct messages. 2026-03-23 22:32:47 +03:00
test_contacts_custom_image.py numerous improvements 2026-01-05 11:47:35 -06:00
test_contacts_dao_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_contacts_export_import.py Add comprehensive tests for announce management and contact import/export functionality 2026-03-11 05:12:39 -05:00
test_crash_history.py Improve crash recovery and monitoring capabilities. 2026-03-06 12:03:50 -06:00
test_crash_recovery.py Refactor crash recovery diagnostics and remove unused curvature calculations 2026-03-06 12:16:56 -06:00
test_csp_logic.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_dao_fuzzing.py Improve database performance and SQL handling 2026-03-06 03:26:36 -06:00
test_database.py Fix database health snapshot functionality and add corresponding tests 2026-03-11 05:32:56 -05:00
test_database_evolution.py Refactor identity manager metadata loading and improve legacy migrator column handling 2026-01-16 09:21:30 -06:00
test_database_provider_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_database_robustness.py numerous improvements 2026-01-05 11:47:35 -06:00
test_database_snapshots.py code cleanup (format) 2026-03-05 16:18:29 -06:00
test_debug_logs.py numerous improvements 2026-01-05 11:47:35 -06:00
test_display_name_and_telemetry.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_display_name_fuzzing.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_docs_manager.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_emergency_mode.py Add tests for crash recovery, emergency mode, and lifecycle management 2026-01-14 17:59:22 -06:00
test_forwarding_manager_teardown.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_fuzzing.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_fuzzing_extended.py cleanup tests (format) 2026-02-23 19:42:37 -06:00
test_fuzzing_telemetry.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_health_monitor.py Improve crash recovery and monitoring capabilities. 2026-03-06 12:03:50 -06:00
test_hex_identifier_utils.py test: community interfaces, hex utils, archives and conversation viewer 2026-03-24 00:39:11 +03:00
test_https_wss_side_sniffing.py code cleanup (format) 2026-03-05 16:18:29 -06:00
test_identity_restore.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_identity_switch.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_integrity.py Code Cleanup 2026-01-16 09:34:18 -06:00
test_integrity_extensive.py Add extensive tests for CrashRecovery and IntegrityManager 2026-03-06 11:36:24 -06:00
test_interface_config_parser.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_interface_discovery.py code cleanup (format) 2026-03-05 16:18:29 -06:00
test_interface_editor.py feat(tests): add comprehensive test suite for backend functionality, including database, configuration, and telemetry utilities 2026-01-02 19:41:05 -06:00
test_lifecycle.py Improve crash recovery diagnostics and analysis 2026-01-14 18:32:58 -06:00
test_lxmf_attachments.py numerous improvements 2026-01-05 11:47:35 -06:00
test_lxmf_icons.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_lxmf_message_fields.py chore(tests): clean up test files by adding missing newlines and reordering imports for consistency 2026-01-02 20:36:42 -06:00
test_lxmf_propagation_full.py numerous improvements 2026-01-05 11:47:35 -06:00
test_lxmf_sync.py cleanup tests (format) 2026-02-23 19:42:37 -06:00
test_lxmf_utils_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_lxmf_utils_extended.py Add reply functionality to messages in ReticulumMeshChat 2026-02-01 15:13:00 -06:00
test_maintenance.py ruff format and fixes 2026-01-14 13:02:33 -06:00
test_map_manager_extended.py numerous improvements 2026-01-05 11:47:35 -06:00
test_markdown_renderer.py cleanup tests (format) 2026-02-23 19:42:37 -06:00
test_memory_profiling.py numerous improvements 2026-01-05 11:47:35 -06:00
test_meshchat_coverage.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_meshchat_utils.py numerous improvements 2026-01-05 11:47:35 -06:00
test_message_dao_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_message_handler.py Add tests for message handling and conversation updates 2026-03-10 04:26:39 -05:00
test_message_handler_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_misc_dao_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_nomadnet_downloader.py numerous improvements 2026-01-05 11:47:35 -06:00
test_nomadnet_downloader_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_notifications.py Add extensive tests for notification reliability and LXMF field hardening 2026-03-06 15:50:30 -06:00
test_page_node.py Implement PageNodeManager for managing page nodes 2026-03-06 19:42:35 -06:00
test_page_node_manager.py Implement PageNodeManager for managing page nodes 2026-03-06 19:42:35 -06:00
test_performance_bottlenecks.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_performance_hotpaths.py Improve database performance and SQL handling 2026-03-06 03:26:36 -06:00
test_propagation_nodes_robustness.py numerous improvements 2026-01-05 11:47:35 -06:00
test_property_based.py Refactor crash recovery diagnostics and remove unused curvature calculations 2026-03-06 12:16:56 -06:00
test_reply_detection.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_risky_inputs.py cleanup tests (format) 2026-02-23 19:42:37 -06:00
test_rncp_handler_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_rnpath_logic.py numerous improvements 2026-01-05 11:47:35 -06:00
test_rns_config_management.py Add tests for crash recovery, emergency mode, and lifecycle management 2026-01-14 17:59:22 -06:00
test_rns_lifecycle.py numerous improvements 2026-01-05 11:47:35 -06:00
test_rnstatus_blackhole.py numerous improvements 2026-01-05 11:47:35 -06:00
test_security_fuzzing.py Add extensive tests for notification reliability and LXMF field hardening 2026-03-06 15:50:30 -06:00
test_smoke_extended.py chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management 2026-03-24 00:40:08 +03:00
test_sql_injection_fixes.py Improve database performance and SQL handling 2026-03-06 03:26:36 -06:00
test_startup.py numerous improvements 2026-01-05 11:47:35 -06:00
test_startup_advanced.py Add tests for database backup logic and interface discovery configuration 2026-03-05 15:59:47 -06:00
test_telemetry_dao_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_telemetry_extended.py Refactor backend tests 2026-02-14 19:18:20 -06:00
test_telemetry_integration.py Add comprehensive tests for announce management and contact import/export functionality 2026-03-11 05:12:39 -05:00
test_telemetry_utils.py chore(tests): clean up test files by adding missing newlines and reordering imports for consistency 2026-01-02 20:36:42 -06:00
test_telephone_dao.py feat(tests): add comprehensive benchmarks for database performance, memory usage, and application stability, including new test files for various frontend and backend functionalities 2026-01-03 16:08:07 -06:00
test_telephone_manager_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_telephone_recorder.py numerous improvements 2026-01-05 11:47:35 -06:00
test_translator_handler.py numerous improvements 2026-01-05 11:47:35 -06:00
test_translator_handler_extended.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_voicemail_manager_boost.py Improve messaging features and configuration options 2026-02-01 17:21:03 -06:00
test_voicemail_manager_extended.py numerous improvements 2026-01-05 11:47:35 -06:00
test_web_audio_bridge.py Add tests for crash recovery, emergency mode, and lifecycle management 2026-01-14 17:59:22 -06:00
test_websocket_interfaces.py numerous improvements 2026-01-05 11:47:35 -06:00