greatape/greataped/test/api_local_test.go

12 wiersze
163 B
Go

package test
import "testing"
func Test_Local_Echo(t *testing.T) {
Run(t, apiLocal, echo)
}
func Test_Local_Signup(t *testing.T) {
Run(t, apiLocal, signup)
}