greatape/test/api_local_test.go

16 wiersze
231 B
Go
Czysty Zwykły widok Historia

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)
}
2022-11-18 07:55:48 +00:00
func Test_Local_Logout(t *testing.T) {
Run(t, apiLocal, logout)
}