Skip to content

Commit 11a8d9f

Browse files
committed
Updated Unity testing framework to v2.6.0 // Resolve platformio#4871
1 parent 7b587ba commit 11a8d9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
2121
6.1.16 (2024-??-??)
2222
~~~~~~~~~~~~~~~~~~~
2323

24+
* 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
2425
* Corrected an issue where the incorrect public class was imported for the ``DoctestTestRunner`` (`issue #4949 <https://github.com/platformio/platformio-core/issues/4949>`_)
2526

2627
6.1.15 (2024-04-25)

platformio/test/runners/unity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class UnityTestRunner(TestRunnerBase):
29-
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.5.2"]
29+
EXTRA_LIB_DEPS = ["throwtheswitch/Unity@^2.6.0"]
3030

3131
# Examples:
3232
# test/test_foo.cpp:44:test_function_foo:FAIL: Expected 32 Was 33

0 commit comments

Comments
 (0)