lflux/eve-sdeloader

View on GitHub
inventory/types_suite_test.go

Summary

Maintainability
A
0 mins
Test Coverage
package inventory_test

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

    "testing"
)

func TestTypes(t *testing.T) {
    RegisterFailHandler(Fail)
    RunSpecs(t, "Types Suite")
}