topfreegames/khan

View on GitHub
loadtest/app_suite_test.go

Summary

Maintainability
A
0 mins
Test Coverage
package loadtest

import (
    . "github.com/onsi/ginkgo"
    . "github.com/onsi/gomega"

    "testing"
)

func TestApi(t *testing.T) {
    RegisterFailHandler(Fail)
    RunSpecs(t, "Khan - Load Test Suite")
}