Move PIO Unit Testing to the root

This commit is contained in:
Ivan Kravets
2019-09-23 23:44:28 +03:00
parent 5453df94e4
commit b1f190a7f8
14 changed files with 6 additions and 792 deletions

View File

@@ -24,9 +24,9 @@ from platformio import exception, fs, util
from platformio.commands.device import device_monitor as cmd_device_monitor
from platformio.commands.run.helpers import clean_build_dir, handle_legacy_libdeps
from platformio.commands.run.processor import EnvironmentProcessor
from platformio.commands.test.processor import CTX_META_TEST_IS_RUNNING
from platformio.project.config import ProjectConfig
from platformio.project.helpers import find_project_dir_above, get_project_build_dir
from platformio.test.processor import CTX_META_TEST_IS_RUNNING
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches