mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Fix tests
This commit is contained in:
@ -34,9 +34,7 @@ def test_local_env():
|
|||||||
if result["returncode"] != 1:
|
if result["returncode"] != 1:
|
||||||
pytest.fail(str(result))
|
pytest.fail(str(result))
|
||||||
# pylint: disable=unsupported-membership-test
|
# pylint: disable=unsupported-membership-test
|
||||||
assert all([s in result["err"] for s in ("PASSED", "IGNORED", "FAILED")]), result[
|
assert all([s in result["err"] for s in ("PASSED", "FAILED")]), result["out"]
|
||||||
"out"
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
def test_multiple_env_build(clirunner, validate_cliresult, tmpdir):
|
def test_multiple_env_build(clirunner, validate_cliresult, tmpdir):
|
||||||
|
Reference in New Issue
Block a user