package
Version:
v0.33.1
Opens a new window with list of versions in this module.
Published: Jun 19, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package testutil provides test helpers for pxar packages.
ReadAll is a test helper that streams file content from a reader
returned by ArchiveReader.ReadFileContentReader and fails the test
on error. Usage:
r, err := reader.ReadFileContentReader(entry)
content := testutil.ReadAll(t, r, err)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.