Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
a3f5dd82
Unverified
Commit
a3f5dd82
authored
Nov 18, 2022
by
Cristian Maglie
Committed by
GitHub
Nov 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-changelog] Fixed integration test (#1985)
parent
76251df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/test_lib.py
test/test_lib.py
+1
-1
No files found.
test/test_lib.py
View file @
a3f5dd82
...
...
@@ -500,7 +500,7 @@ def test_search(run_command):
assert
"Downloading index: library_index.tar.bz2 downloaded"
in
lines
libs
=
[
l
[
6
:].
strip
(
'"'
)
for
l
in
lines
if
"Name:"
in
l
]
expected
=
{
"WiFi101"
,
"WiFi101OTA"
,
"Firebase Arduino based on WiFi101"
}
expected
=
{
"WiFi101"
,
"WiFi101OTA"
,
"Firebase Arduino based on WiFi101"
,
"WiFi101_Generic"
}
assert
expected
==
{
lib
for
lib
in
libs
if
"WiFi101"
in
lib
}
result
=
run_command
([
"lib"
,
"search"
,
"--names"
,
"--format"
,
"json"
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment