voicera/tester

View on GitHub
ddt/ddt.go

Summary

Maintainability
A
35 mins
Test Coverage

Function LoadTestCasesFromDerivedJSONFile has 5 return statements (exceeds 4 allowed).
Open

func LoadTestCasesFromDerivedJSONFile(testCasesToLoad interface{}) error {
    testFunctionName, err := getTestFunctionName()
    if err != nil {
        return err
    }
Severity: Major
Found in ddt/ddt.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status