Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一部のパッケージのテストプロセスを分割することは可能ですか? go test パッケージ - パッケージ内のすべての *_test.go ファイルですべての関数 Test* を使用します。多くのテストがあり、TDT を実行しようとすると、常にすべてのテスト ログを受け取るのはかなり退屈です。
「go help test」と「go help testflag」を参照してください。後から引用:
... -run regexp Run only those tests and examples matching the regular expression. ...