(t *testing.T)
| 89 | } |
| 90 | |
| 91 | func TestFunction(t *testing.T) { |
| 92 | bs := function(1) |
| 93 | assert.Equal(t, dunno, bs) |
| 94 | } |
| 95 | |
| 96 | // TestPanicWithBrokenPipe asserts that recovery specifically handles |
| 97 | // writing responses to broken pipes |
nothing calls this directly
no test coverage detected