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

452 B

title description menu weight
Flux testing functions Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.
v2_0_ref
name parent
Testing Flux functions
204

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" >}}