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 a3346f59cc export a Passing type
I keep writing these one-off when I actually use tea. It seems like it's
worth including. It's especially useful for the root test, where you
don't necessarily want to create a test, but want to create a starting
environment. Exporting a type that always passes is preferrable to
making an explicit environment type, since we can maintain our
guarantees that our environment isn't an invalid value.
4 years ago
examples export a Passing type 4 years ago
LICENSE add a license 4 years ago
README.md add a readme 4 years ago
doc.go env uses layers 4 years ago
env.go export a Passing type 4 years ago
env_test.go export a Passing type 4 years ago
go.mod i guess i should have a module file 4 years ago
test.go export a Passing type 4 years ago
test_test.go we gettin crazy now 4 years ago
tree.go export a Passing type 4 years ago

README.md

tea

a testing library