Remove placeholders for overly focused tests
This commit is contained in:
parent
62866a0045
commit
fd7e1988d3
1 changed files with 1 additions and 7 deletions
|
@ -140,6 +140,7 @@ func TestServerHelperGetPostDataSuccess(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Test getPostData, including requestOverhead and any other mini-helpers it calls.
|
||||||
func TestServerHelperGetPostDataErrors(t *testing.T) {
|
func TestServerHelperGetPostDataErrors(t *testing.T) {
|
||||||
tt := []struct {
|
tt := []struct {
|
||||||
name string
|
name string
|
||||||
|
@ -192,10 +193,3 @@ func TestServerHelperGetPostDataErrors(t *testing.T) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestServerHelperRequestOverheadSuccess(t *testing.T) {
|
|
||||||
t.Fatalf("Test me: requestOverhead success")
|
|
||||||
}
|
|
||||||
func TestServerHelperRequestOverheadErrors(t *testing.T) {
|
|
||||||
t.Fatalf("Test me: requestOverhead failures")
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue