We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e47d3 commit 0167c2dCopy full SHA for 0167c2d
Taskfile.yml
@@ -90,7 +90,7 @@ tasks:
90
91
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
92
go:test:
93
- desc: Run unit tests and part of the integration tests
+ desc: Run unit tests and the Go-based integration tests
94
deps:
95
- task: go:build
96
dir: '{{default "./" .GO_MODULE_PATH}}'
internal/integrationtest/core/core_test.go
@@ -62,7 +62,6 @@ func TestCoreSearch(t *testing.T) {
62
out, _, err = cli.Run("core", "search", "test_core", "--all", "--format", "json", "--additional-urls="+url.String())
63
require.NoError(t, err)
64
requirejson.Len(t, out, 2)
65
- // requirejson.Len(t, out, 3) // Test failure
66
67
checkPlatformIsInJSONOutput := func(stdout []byte, id, version string) {
68
jqquery := fmt.Sprintf(`[{id:"%s", latest:"%s"}]`, id, version)
@@ -74,7 +73,6 @@ func TestCoreSearch(t *testing.T) {
74
73
75
checkPlatformIsInJSONOutput(out, "Retrokits-RK002:arm", "1.0.5")
76
checkPlatformIsInJSONOutput(out, "Retrokits-RK002:arm", "1.0.6")
77
- //checkPlatformIsInJSONOutput(out, "Retrokits-RK002:arm", "1.0.9") // Test failure
78
79
// Search using Retrokit Package Maintainer
80
out, _, err = cli.Run("core", "search", "Retrokits-RK002", "--all", "--additional-urls="+url.String(), "--format", "json")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments