From 11a8d9ff7a3d0314c3fd3ae43665d8e8cd157dd2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 29 Jul 2024 15:32:39 +0300 Subject: [PATCH] Updated Unity testing framework to v2.6.0 // Resolve #4871 --- HISTORY.rst | 1 + platformio/test/runners/unity.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6fefa17f..296049e3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. 6.1.16 (2024-??-??) ~~~~~~~~~~~~~~~~~~~ +* Upgraded the `Unity `__ 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 `_) 6.1.15 (2024-04-25) diff --git a/platformio/test/runners/unity.py b/platformio/test/runners/unity.py index 0d0d9e82..7b51bf7d 100644 --- a/platformio/test/runners/unity.py +++ b/platformio/test/runners/unity.py @@ -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