dotcloud/docker

View on GitHub
testutil/fakestorage/fixtures.go

Summary

Maintainability
A
1 hr
Test Coverage

Function ensureHTTPServerImage has 60 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func ensureHTTPServerImage(t testing.TB) {
    t.Helper()
    var doIt bool
    ensureHTTPServerOnce.Do(func() {
        doIt = true
Severity: Minor
Found in testutil/fakestorage/fixtures.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status