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