mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
Introduce PlatformIO Plus
This commit is contained in:
@@ -21,6 +21,6 @@ def test_local_env(clirunner, validate_cliresult):
|
||||
result = clirunner.invoke(
|
||||
cli_test,
|
||||
["-d", join("examples", "unit-testing", "calculator"), "-e", "local"])
|
||||
result.exit_code == -1
|
||||
validate_cliresult(result)
|
||||
assert all(
|
||||
[s in result.output for s in ("[PASSED]", "[IGNORED]", "[FAILED]")])
|
||||
|
Reference in New Issue
Block a user