MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Flake8

Function Flake8

internal/testing/require/exec.go:16–16  ·  view source on GitHub ↗

Flake8 returns the path to the "flake8" executable or calls t.Skip.

(t testing.TB)

Source from the content-addressed store, hash-verified

14
15// Flake8 returns the path to the "flake8" executable or calls t.Skip.
16func Flake8(t testing.TB) string { t.Helper(); return flake8(t) }
17
18var flake8 = executable("flake8", "--version")
19

Callers 2

TestStartupCommandFunction · 0.92
TestWriteUsersInPGAdminFunction · 0.92

Calls 1

HelperMethod · 0.80

Tested by 2

TestStartupCommandFunction · 0.74
TestWriteUsersInPGAdminFunction · 0.74