Updated Unity testing framework to v2.6.0 // Resolve #4871

This commit is contained in:
Ivan Kravets
2024-07-29 15:32:39 +03:00
parent 7b587ba8bf
commit 11a8d9ff7a
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
6.1.16 (2024-??-??)
~~~~~~~~~~~~~~~~~~~
* Upgraded the `Unity <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/unity.html>`__ testing framework to version 2.6.0, incorporating the latest features and improvements for enhanced testing capabilities
* Corrected an issue where the incorrect public class was imported for the ``DoctestTestRunner`` (`issue #4949 <https://github.com/platformio/platformio-core/issues/4949>`_)
6.1.15 (2024-04-25)

View File

@ -26,7 +26,7 @@ from platformio.util import strip_ansi_codes
class UnityTestRunner(TestRunnerBase):
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.5.2"]
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.6.0"]
# Examples:
# test/test_foo.cpp:44:test_function_foo:FAIL: Expected 32 Was 33