mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Updated Unity testing framework to v2.6.0 // Resolve #4871
This commit is contained in:
@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
|
|||||||
6.1.16 (2024-??-??)
|
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>`_)
|
* 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)
|
6.1.15 (2024-04-25)
|
||||||
|
@ -26,7 +26,7 @@ from platformio.util import strip_ansi_codes
|
|||||||
|
|
||||||
|
|
||||||
class UnityTestRunner(TestRunnerBase):
|
class UnityTestRunner(TestRunnerBase):
|
||||||
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.5.2"]
|
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.6.0"]
|
||||||
|
|
||||||
# Examples:
|
# Examples:
|
||||||
# test/test_foo.cpp:44:test_function_foo:FAIL: Expected 32 Was 33
|
# test/test_foo.cpp:44:test_function_foo:FAIL: Expected 32 Was 33
|
||||||
|
Reference in New Issue
Block a user