testing/fixtures
root 64f2fc3e00 remove junk 2024-05-09 09:39:50 -07:00
..
README.md import testing package 2024-05-08 13:28:36 -07:00
fixture_test.go fix module/package paths 2024-05-08 21:32:31 +00:00
fixtures.go fix module/package paths 2024-05-08 21:32:31 +00:00
testdata.go fix module/package paths 2024-05-08 21:32:31 +00:00
testdata_test.go import testing package 2024-05-08 13:28:36 -07:00
tester.go fix module/package paths 2024-05-08 21:32:31 +00:00

README.md

Ex.

func TestSample(t *testing.T) { f := fixtures.New(t, fixtures.TestDataInit{}) f.RunWith(Test(func (t *testing.T) { d := f.GetData('') f.Successful

r,e := MySample(d)

}) }