-
- Downloads
main: Mock file system and add getFile tests
This uses afero to proxy all file system accesses and then injects an in-memory file system in order to test the getFile function.
parent
206e75c5
Branches feature/test-get-file
No related tags found
... | ... | @@ -6,5 +6,6 @@ require ( |
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e | ||
github.com/klauspost/compress v1.13.3 // indirect | ||
github.com/klauspost/pgzip v1.2.5 | ||
github.com/spf13/afero v1.7.1 | ||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c | ||
) |
This diff is collapsed.
Please register or sign in to comment