microReticulum/test
Chad Attermann d76bfce7ce
Update test_main.cpp
Disabled `test_receipt_timeout_callback` test which is currently failing.
2026-02-24 13:24:29 -07:00
..
common/filesystem Updates for MCU builds broken by previous dev. 2026-02-09 13:52:13 -07:00
test_bytes WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_collections WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_crypto WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_example WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_filesystem WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_general WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_msgpack Enhance Bytes, fix for Lins, test/example updates 2026-01-21 12:38:13 -07:00
test_objects WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_os WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_persistence Updates for MCU builds broken by previous dev. 2026-02-09 13:52:13 -07:00
test_reference WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_rns_loopback Enhance Bytes, fix for Lins, test/example updates 2026-01-21 12:38:13 -07:00
test_rns_persistence WIP: Major refactor of unit and integration tests 2025-08-26 21:05:36 -06:00
test_transport Update test_main.cpp 2026-02-24 13:24:29 -07:00
README Initial commit 2023-10-06 17:24:48 -06:00

This directory is intended for PlatformIO Test Runner and project tests.

Unit Testing is a software testing method by which individual units of
source code, sets of one or more MCU program modules together with associated
control data, usage procedures, and operating procedures, are tested to
determine whether they are fit for use. Unit testing finds problems early
in the development cycle.

More information about PlatformIO Unit Testing:
- https://docs.platformio.org/en/latest/advanced/unit-testing/index.html