docs-v2/content/v2.0/reference/flux/functions/testing/_index.md

541 B

title list_title description menu weight v2.0/tags
Flux testing package Testing package The Flux testing package provides functions that test piped-forward data in specific ways. Import the `testing` package.
v2_0_ref
name parent
Testing Flux packages and functions
202
testing
functions
package

Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. Import the testing package:

import "testing"

{{< children type="functions" show="pages" >}}