diff options
author | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 21:50:25 +0100 |
---|---|---|
committer | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 21:50:25 +0100 |
commit | 8047228ff0bf9a738000c6ca2b354f7acf46985a (patch) | |
tree | 47e0b5e122ec084a7f309ae37b7c99174b8958d0 /test/README |
init commit
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/README b/test/README new file mode 100644 index 0000000..c3b0ed6 --- /dev/null +++ b/test/README @@ -0,0 +1,11 @@ +
+This directory is intended for PIO Unit Testing 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 PIO Unit Testing:
+- https://docs.platformio.org/page/plus/unit-testing.html
|