]
)
test(
- 'decompress and validate automatically chunked zchunk file with no dict',
+ 'decompress auto-chunked file - no dict',
shacheck,
args: [
unzck,
]
)
test(
- 'decompress and validate automatically chunked zchunk file with dict',
+ 'decompress auto-chunked file - dict',
shacheck,
args: [
unzck,
]
)
test(
- 'decompress and validate manually chunked zchunk file with no dict',
+ 'decompress manual file - no dict',
shacheck,
args: [
unzck,
]
)
test(
- 'decompress and validate manually chunked zchunk file with dict',
+ 'decompress manual file - dict',
shacheck,
args: [
unzck,
]
)
test(
- 'compress and validate automatically chunked zchunk file with no dict',
+ 'compress auto-chunked file - no dict',
shacheck,
args: [
zck,
]
)
test(
- 'compress and validate automatically chunked zchunk file with dict',
+ 'compress auto-chunked file - dict',
shacheck,
args: [
zck,
]
)
test(
- 'compress and validate manually chunked zchunk file with no dict',
+ 'compress manual file - no dict',
shacheck,
args: [
zck,
]
)
test(
- 'compress and validate manually chunked zchunk file with dict',
+ 'compress manual file - dict',
shacheck,
args: [
zck,