| .. | ||
| phase2 | ||
| preserved_runs | ||
| protocol_core | ||
| reports | ||
| scripts | ||
| sql | ||
| tests | ||
| .gitignore | ||
| ble_symbols_20260516_1429.txt | ||
| Codex_prompt_20250616_1449.md | ||
| Codex_prompt_20260518_1504_Phase2_Gate_2C.md | ||
| Codex_prompt_State2A_20250518_1433.md | ||
| Codex_response_20260616_1514.md | ||
| Migration_Testing_Journal.md | ||
| pi_zero_command_clumps.txt | ||
| README.md | ||
| reticulum_info_20260516_1444.txt | ||
This directory concerns the migration to C++ the ble-reticulum project.
Test environment note
The project pytest configuration expects pytest-asyncio. 2 warning had issued, I had to rem the --disable-warnings flag in pytest.ini for the warnings to appear, when they appeared is became obvious that the absence of pytest-asyncio was creating the problem.
FIX: Install in the active virtual environment:
python3 -m pip install pytest-asyncio
Equivalence test:
cd /usr/local/src/ble-reticulum
python3 -m pytest migration/tests/test_fragmentation_cpp_equivalence.py -vv