Skip to content

Commit dcdef0e

Browse files
committed
add testdata
1 parent f916d61 commit dcdef0e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

Diff for: test/testdata/core.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HELO

Diff for: test/testdata/test_index.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"packages": [
3+
{
4+
"maintainer": "Arduino",
5+
"help": {
6+
"online": "https://github.com/Arduino/arduino-cli"
7+
},
8+
"websiteURL": "https://github.com/Arduino/arduino-cli",
9+
"platforms": [
10+
{
11+
"category": "Test Category",
12+
"help": {
13+
"online": "https://github.com/Arduino/arduino-cli"
14+
},
15+
"url": "https://raw.githubusercontent.com/arduino/arduino-cli/massi/additional-urls/test/testdata/core.txt",
16+
"checksum": "SHA-256:1ba93f6aea56842dfef065c0f5eb0a34c1f78b72b3f2426c94e47ba3a359c9ff",
17+
"name": "test_core",
18+
"version": "1.0.0",
19+
"architecture": "x86",
20+
"archiveFileName": "core.txt",
21+
"size": "2799",
22+
"toolsDependencies": [],
23+
"boards": [
24+
{
25+
"name": "Test Board"
26+
}
27+
]
28+
}
29+
],
30+
"tools": [],
31+
"email": "[email protected]",
32+
"name": "test"
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)