mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
Improve JSON support for pio platform
sub-commands
This commit is contained in:
@@ -106,7 +106,7 @@ def test_global_lib_update_check(clirunner, validate_cliresult,
|
||||
cmd_lib, ["-g", "update", "--only-check", "--json-output"])
|
||||
validate_cliresult(result)
|
||||
output = json.loads(result.output)
|
||||
assert set(["ArduinoJson", "RadioHead"]) == set(
|
||||
assert set(["ArduinoJson", "ESPAsyncTCP", "RadioHead"]) == set(
|
||||
[l['name'] for l in output])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user