mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
Improve output of pio lib list
and pio lib search
commands
This commit is contained in:
@@ -125,7 +125,7 @@ def test_lib_show(clirunner, validate_cliresult, isolated_pio_home):
|
||||
result = clirunner.invoke(cmd_lib, ["show", "64"])
|
||||
validate_cliresult(result)
|
||||
assert all([
|
||||
s in result.output for s in ("ArduinoJson", "arduino", "atmelavr")
|
||||
s in result.output for s in ("ArduinoJson", "Arduino", "Atmel AVR")
|
||||
])
|
||||
result = clirunner.invoke(cmd_lib, ["show", "OneWire"])
|
||||
validate_cliresult(result)
|
||||
|
Reference in New Issue
Block a user