TestZipFileBytes returns the content of testdata/test.zip
()
| 26 | |
| 27 | // TestZipFileBytes returns the content of testdata/test.zip |
| 28 | func TestZipFileBytes() []byte { |
| 29 | return append([]byte{}, testZipFileBytes...) |
| 30 | } |
| 31 | |
| 32 | // AssertSampleTarfile compares the content of tarBytes against testdata/test.tar. |
| 33 | func AssertSampleTarFile(t *testing.T, tarBytes []byte) { |
no outgoing calls
no test coverage detected