Documentation
¶
Overview ¶
Package stubs provides public APIs for enabling optional features in testify.
This package exports stub implementations that delegate to internal packages, maintaining a clean separation between internal implementation and public API.
Subpackages:
- yaml: API for enabling YAML assertions
- colors: API for enabling colorized output
These stubs are used by the enable/{yaml,colors} modules to activate optional features.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package colors is an indirection to handle colorized output.
|
Package colors is an indirection to handle colorized output. |
|
Package yaml is an indirection to the internal implementation that handles YAML deserialization.
|
Package yaml is an indirection to the internal implementation that handles YAML deserialization. |
Click to show internal directories.
Click to hide internal directories.