Exemplo n.º 1
0
func TestEventAPI(t *testing.T) {
	_ = py.NewLock()

	test.PythonTest("test/api/gem/log/", t)
}
Exemplo n.º 2
0
func TestLogAPI(t *testing.T) {
	_ = py.NewLock()

	test.PythonTest("test/api/gem/game/event/", t)
}
Exemplo n.º 3
0
func TestTaskAPI(t *testing.T) {
	_ = py.NewLock()

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