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

588 B

title list_title description aliases 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/reference/flux/functions/testing/
v2_0_ref
name parent
Testing Flux standard library
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" >}}