(t *testing.T)
| 165 | } |
| 166 | |
| 167 | func TestLoadPipeToBuffer_Empty(t *testing.T) { |
| 168 | t.Skip("Skipping empty pipe test - causes program exit") |
| 169 | } |
| 170 | |
| 171 | func TestLoadPipeToBuffer_LargeData(t *testing.T) { |
| 172 | var buf bytes.Buffer |
nothing calls this directly
no outgoing calls
no test coverage detected