Rename unit testing module to "test"

This commit is contained in:
Ivan Kravets
2022-04-26 15:09:51 +03:00
parent 5895fb9faf
commit 4151f53e14
25 changed files with 78 additions and 80 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ from platformio.commands.run.helpers import clean_build_dir, handle_legacy_libde
from platformio.commands.run.processor import EnvironmentProcessor
from platformio.project.config import ProjectConfig
from platformio.project.helpers import find_project_dir_above, load_project_ide_data
from platformio.unittest.runners.base import CTX_META_TEST_IS_RUNNING
from platformio.test.runners.base import CTX_META_TEST_IS_RUNNING
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches