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
93221457
Commit
93221457
authored
Apr 16, 2021
by
Silvano Cerza
Committed by
Silvano Cerza
May 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip changelog] Fix core search integration test (#1268)
parent
280f95b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
test/test_core.py
test/test_core.py
+5
-5
No files found.
test/test_core.py
View file @
93221457
...
...
@@ -99,11 +99,11 @@ def test_core_search(run_command, httpserver):
run_search
(
"yùn"
,
[
"arduino:avr"
])
run_search
(
"yun"
,
[
"arduino:avr"
])
run_search
(
"nano"
,
[
"arduino:avr"
,
"arduino:megaavr"
,
"arduino:samd"
,
"arduino:mbed"
])
run_search
(
"nano 33"
,
[
"arduino:samd"
,
"arduino:mbed"
])
run_search
(
"nano ble"
,
[
"arduino:mbed"
])
run_search
(
"ble"
,
[
"arduino:mbed"
])
run_search
(
"ble nano"
,
[
"arduino:mbed"
])
run_search
(
"nano"
,
[
"arduino:avr"
,
"arduino:megaavr"
,
"arduino:samd"
,
"arduino:mbed
_nano
"
])
run_search
(
"nano 33"
,
[
"arduino:samd"
,
"arduino:mbed
_nano
"
])
run_search
(
"nano ble"
,
[
"arduino:mbed
_nano
"
])
run_search
(
"ble"
,
[
"arduino:mbed
_nano
"
])
run_search
(
"ble nano"
,
[
"arduino:mbed
_nano
"
])
def
test_core_search_no_args
(
run_command
,
httpserver
):
...
...
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