From a28a8273c571a15f01f08db9ea647acc60bd2caf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 2 Nov 2016 20:24:11 +0200 Subject: [PATCH] Mention CI for Unit Testing --- docs/plus/unit-testing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plus/unit-testing.rst b/docs/plus/unit-testing.rst index 6e56a1d8..5ab0614f 100644 --- a/docs/plus/unit-testing.rst +++ b/docs/plus/unit-testing.rst @@ -68,6 +68,9 @@ There are 2 options how to run tests: :ref:`pio_remote`. In this case, need to use special command :ref:`cmd_remote_test`. + PlatformIO supports multiple :ref:`ci` systems that can run project + unit tests automatically. + Both commands allow to process specific environments or to ignore some tests using "Glob patterns". Also, you will be able to ignore some tests for specific environment using :ref:`projectconf_test_ignore` option