529 B
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. |
|
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" >}}