mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Corrected an issue where the incorrect public class was imported for the `DoctestTestRunner
` // Resolve #4949
This commit is contained in:
@ -21,6 +21,8 @@ test-driven methodologies, and modern toolchains for unrivaled success.
|
|||||||
6.1.16 (2024-??-??)
|
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)
|
6.1.15 (2024-04-25)
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
2
docs
2
docs
Submodule docs updated: 988666b05e...7159a21142
@ -23,7 +23,7 @@ from platformio.project.helpers import get_project_watch_lib_dirs, load_build_me
|
|||||||
from platformio.project.options import get_config_options_schema
|
from platformio.project.options import get_config_options_schema
|
||||||
from platformio.test.result import TestCase, TestCaseSource, TestStatus
|
from platformio.test.result import TestCase, TestCaseSource, TestStatus
|
||||||
from platformio.test.runners.base import TestRunnerBase
|
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.googletest import GoogletestTestRunner
|
||||||
from platformio.test.runners.unity import UnityTestRunner
|
from platformio.test.runners.unity import UnityTestRunner
|
||||||
from platformio.util import get_systype
|
from platformio.util import get_systype
|
||||||
|
Reference in New Issue
Block a user