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.
tea/tea
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
..
env.go defined env type 4 years ago
env_test.go defined env type 4 years ago
fn.go get this shit started 4 years ago
runner.go get this shit started 4 years ago
test.go defined env type 4 years ago
tree.go defined env type 4 years ago