Documentation
¶
Overview ¶
test package contains the tooling for the test command on the cli. The goal of this package is to provide the structure for test commands to run and be organized.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterTester ¶
AfterTester is suited for things that need to run after the tests cleanup and organization things, maybe reporting or collecting metrics.
type BeforeTester ¶
BeforeTester interface is suited for those tasks that need to happen before the tests run, things like setting up environment variables, clearing the database or other cleanup tasks.
Click to show internal directories.
Click to hide internal directories.