MCPcopy
hub / github.com/apache/devlake / TestStartup

Function TestStartup

backend/test/e2e/services/server_startup_test.go:55–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

53)
54
55func TestStartup(t *testing.T) {
56 client := helper.StartDevLakeServer(t, loadGoPlugins())
57 projects := client.ListProjects()
58 require.Equal(t, 0, int(projects.Count))
59}
60
61func loadGoPlugins() []plugin.PluginMeta {
62 return []plugin.PluginMeta{

Callers

nothing calls this directly

Calls 2

loadGoPluginsFunction · 0.85
ListProjectsMethod · 0.80

Tested by

no test coverage detected