問題タブ [goland]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
503 参照

testing - Gogland テスト構成は常に ./ で実行されます

テストを実行するためのビルド構成をどのように設定しても、go テスト ツールは常に ./... で実行されます。

例えば

ここに画像の説明を入力

実行:

go test -v -cover ./... -run ./svs