1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: added a todo to further improve other tests

This commit is contained in:
Carlos Alexandro Becker 2018-02-14 11:13:30 -02:00 committed by Carlos Alexandro Becker
parent e0bdbd4e45
commit 28ad35848f

View File

@ -47,6 +47,10 @@ func testHeader(t *testing.T, r *http.Request, header string, want string) {
}
}
// TODO: improve all tests bellow by checking wether the mocked handlers
// were called or not.
func TestRunPipe_ModeBinary(t *testing.T) {
setup()
defer teardown()