an integration testing library
Go to file
Jordan Orelli d523c73690 defined env type
the env type represents a test environment. This was added as an
intermediate container that could store the saved fields of tests after
they're run, so that future tests could load them. Previously a test
could only get the attributes of the test that immediately preceded it.
This change allows tests to load attributes further back in the history.
tea defined env type
std_test.go get this shit started
tea_test.go defined env type
thing.go clone supplied test values when running setup