Skip to content

Commit

Permalink
Updated Unity testing framework to v2.6.0 // Resolve #4871
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 29, 2024
1 parent 7b587ba commit 11a8d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion platformio/test/runners/unity.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


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
Expand Down

0 comments on commit 11a8d9f

Please sign in to comment.