func TestStop(t *testing.T) { tests.Stop(t, New([]optimus.Row{ {"thing1": []string{"1", "2"}}, {"thing2": []string{"1", "2"}}, })) }
func TestStop(t *testing.T) { tests.Stop(t, New("./data.json")) }
func TestStop(t *testing.T) { tests.Stop(t, New()) }