Stacy Olivas
9be5166485
test: coverage expansion — commands, web viewer, and infrastructure
...
New test modules:
- test_announcements_command: parse, record_trigger, execute paths
- test_aurora_command: KP index parsing, alert levels, execute paths
- test_channel_manager: generate_hashtag_key, cache lookups, validation
- test_channels_command: remaining channel info display paths
- test_dadjoke_command: format, split, length, execute
- test_graph_trace_helper: geo-location helper and graph algorithm paths
- test_hacker_command: text transform logic
- test_help_command: format list, channel filter, general/specific help
- test_i18n: fallback loops, format failure, PermissionError, get_value
- test_joke_command: seasonal, format, split, dark, execute
- test_moon_command: phase calc, execute success/error
- test_multitest_command: multi-channel test sequences
- test_stats_command: adverts leaderboard, get_stats_summary, cleanup
- test_trace_command: path extract, parse, format inline/vertical
- test_web_viewer_integration: circuit breaker, JSON serializer,
packet capture, channel message
- test_webviewer_command: 100% coverage
Extended existing: test_command_manager, test_feed_manager,
test_message_handler, test_rate_limiter, test_repeater_manager,
test_scheduler_logic, test_security_utils, test_transmission_tracker,
test_utils, test_web_viewer
2026-03-17 18:07:19 -07:00
Stacy Olivas
ae57e651ea
test: expanded test suite for v0.9.0 modules
...
Command tests:
- tests/commands/: test_base_command, test_cmd_command, test_dice_command,
test_hello_command, test_help_command, test_magic8_command,
test_ping_command, test_roll_command
- tests/test_bridge_bot_responses, test_channel_manager_logic,
test_checkin_service, test_command_manager, test_command_prefix,
test_config_merge, test_config_validation, test_db_manager,
test_plugin_loader, test_profanity_filter, test_security_utils,
test_service_plugin_loader, test_utils
Integration and unit:
- tests/integration/: test_path_graph_integration, test_path_resolution
- tests/regression/: test_keyword_escapes
- tests/unit/: test_mesh_graph, test_mesh_graph_edges,
test_mesh_graph_multihop, test_mesh_graph_optimizations,
test_mesh_graph_scoring, test_mesh_graph_validation,
test_path_command_graph, test_path_command_graph_selection,
test_path_command_multibyte
Helpers: tests/conftest.py, tests/helpers.py
2026-03-17 18:07:18 -07:00
Stacy Olivas
9de9230c2b
infra: initial test suite and project tracking files
...
Test modules:
- test_enums: enum values and flag combinations
- test_models: MeshMessage dataclass field and type validation
- test_transmission_tracker: full TransmissionTracker coverage
- test_message_handler: path parsing, RF correlation, message routing
- test_repeater_manager: role detection, ACL, device type classification
- test_core: config loading, radio settings, reload paths
Tracking files:
- BUGS.md: known bugs and fix history log
- TESTING.md: test strategy, coverage targets, and how-to guide
- TODO.md: feature and task backlog with completion status
- scripts/update_todos.py: scans source for # TODO/FIXME/HACK markers
and regenerates the Inline TODOs section in TODO.md
2026-03-17 18:07:18 -07:00