an integration testing library
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
tea defined env type 4 years ago
std_test.go get this shit started 4 years ago
tea_test.go defined env type 4 years ago
thing.go clone supplied test values when running setup 4 years ago