예제 #1
0
파일: api_test.go 프로젝트: gemrs/gem
func TestEventAPI(t *testing.T) {
	_ = py.NewLock()

	test.PythonTest("test/api/gem/log/", t)
}
예제 #2
0
파일: api_test.go 프로젝트: gemrs/gem
func TestLogAPI(t *testing.T) {
	_ = py.NewLock()

	test.PythonTest("test/api/gem/game/event/", t)
}
예제 #3
0
파일: api_test.go 프로젝트: gemrs/gem
func TestTaskAPI(t *testing.T) {
	_ = py.NewLock()

	test.PythonTest("test/api/gem/task/", t)
}