A pytest-inspired fixture caching engine for Go tests with scope control, automatic cleanup, and no external dependencies.
Fixenv is a fixture management engine for Go that helps developers describe repeatable test environments and reuse them safely across an entire test suite. It provides precise control over fixture caching scopes, automatic dependency tracking, and deterministic cleanup, making test setup more efficient and reliable.
testing package.Fixenv focuses on composing reusable fixtures with deterministic lifecycle control, complementing assertion libraries and environment provisioning tools rather than replacing them.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.