docs-v2/content/flux/v0/stdlib/testing/expect/_index.md

1.4 KiB

title description menu weight
expect package The `expect` package includes functions to mark any expectations for a testcase to be satisfied before the testcase finishes running.
flux_v0_ref
name parent identifier
expect testing testing/expect
21

The expect package includes functions to mark any expectations for a testcase to be satisfied before the testcase finishes running. Import the testing/expect package:

import "testing/expect"

These functions are intended to be called at the beginning of a testcase, but it doesn't really matter when they get invoked within the testcase.

Functions

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