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

529 B

title description menu weight v2.0/tags
Flux testing functions Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. To use them, import the `testing` package.
v2_0_ref
name parent
Testing Flux functions
204
testing
functions

Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. To use them, import the testing package:

import "testing"

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