mirror of
https://github.com/torlando-tech/columba
synced 2026-08-12 18:07:15 -04:00
Add comprehensive test coverage for TCP RNode functionality: RNodeWizardViewModelTest.kt (+16 tests): - getPopularPresetsForRegion tests for all region types (US, AU, EU sub-bands) - Tests for regions with no presets (Brazil, Russia, Japan) - Asia-Pacific region filtering tests - Frequency band exclusion tests ServiceReticulumProtocolTest.kt (+2 tests): - buildConfigJson includes TCP host/port for RNode - buildConfigJson omits tcp_host when null (Bluetooth mode) InterfaceRepositoryTest.kt (+1 test): - Validates TCP RNode with invalid hostname format is skipped test_wrapper_config.py (+6 tests): - TCP RNode config generation with all LoRa parameters - Airtime limits (st_alock, lt_alock) handling - Interface mode handling (gateway, boundary, full) test_wrapper_ble.py (+5 tests): - get_paired_rnodes success/error/exception handling - Empty device list and null response handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ble_modules | ||
| drivers | ||
| jnius | ||
| patches | ||
| usb4a | ||
| usbserial4a | ||
| android_ble_interface.py | ||
| columba_logo.py | ||
| conftest.py | ||
| logging_utils.py | ||
| requirements.txt | ||
| reticulum_wrapper.py | ||
| rnode_interface.py | ||
| test_android_ble_driver.py | ||
| test_announce_handler.py | ||
| test_opportunistic_timeout.py | ||
| test_path_request.py | ||
| test_propagation_fallback.py | ||
| test_rnode_interface.py | ||
| test_stub_modules.py | ||
| test_wrapper_announce_polling.py | ||
| test_wrapper_ble.py | ||
| test_wrapper_config.py | ||
| test_wrapper_destination.py | ||
| test_wrapper_identity.py | ||
| test_wrapper_initialization.py | ||
| test_wrapper_messaging.py | ||
| test_wrapper_path.py | ||
| test_wrapper_peer_identity.py | ||
| test_wrapper_propagation.py | ||
| test_wrapper_utilities.py | ||