Commit Graph

15 Commits (master)

Author SHA1 Message Date
Jordan Orelli 7363c4b2c4 update example test for clarity 3 years ago
Jordan Orelli 9924617e55 sync examples 4 years ago
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
Jordan Orelli 7f8a3d64b9 this is slightly clearer
by slightly i mean a lot
4 years ago
Jordan Orelli 894bebdfc8 paralell tests are easy too huh. 4 years ago
Jordan Orelli 849990d37b a bit like a table-driven test huh 4 years ago
Jordan Orelli ef32839cd4 be explicit damn 4 years ago
Jordan Orelli e7c4ebf7fd duh we want the verbose output 4 years ago
Jordan Orelli 31687f1014 update example 4 years ago
Jordan Orelli 289535e438 honestly don't know if this is OK or not
adding a nested Go modules file because I don't want to update tea's
go.mod file when the examples are run. I don't want to accidentally
check them in.
4 years ago
Jordan Orelli da8a879f65 removing the old examples 4 years ago
Jordan Orelli e4c2ecd0e9 include output in examples 4 years ago
Jordan Orelli 989bb7746d an example 4 years ago
Jordan Orelli 55f1d5e315 define the After interface 4 years ago
Jordan Orelli 56a16d36db flip all the files around 4 years ago