A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at records-reader 11 lines 518 B view raw
1 2This directory is intended for PlatformIO Test Runner and project tests. 3 4Unit Testing is a software testing method by which individual units of 5source code, sets of one or more MCU program modules together with associated 6control data, usage procedures, and operating procedures, are tested to 7determine whether they are fit for use. Unit testing finds problems early 8in the development cycle. 9 10More information about PlatformIO Unit Testing: 11- https://docs.platformio.org/en/latest/advanced/unit-testing/index.html