Skip to content

Commit

Permalink
Corrected an issue where the incorrect public class was imported for …
Browse files Browse the repository at this point in the history
…the ``DoctestTestRunner`` // Resolve #4949
  • Loading branch information
ivankravets committed Jul 29, 2024
1 parent 9eb6e51 commit 7b587ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ test-driven methodologies, and modern toolchains for unrivaled success.
6.1.16 (2024-??-??)
~~~~~~~~~~~~~~~~~~~

* 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 docs
2 changes: 1 addition & 1 deletion platformio/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from platformio.project.options import get_config_options_schema
from platformio.test.result import TestCase, TestCaseSource, TestStatus
from platformio.test.runners.base import TestRunnerBase
from platformio.test.runners.doctest import DoctestTestCaseParser
from platformio.test.runners.doctest import DoctestTestRunner
from platformio.test.runners.googletest import GoogletestTestRunner
from platformio.test.runners.unity import UnityTestRunner
from platformio.util import get_systype

0 comments on commit 7b587ba

Please sign in to comment.