MCPcopy
hub / github.com/daptin/daptin / TestServerApis

Function TestServerApis

server_test.go:321–334  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

319}
320
321func TestServerApis(t *testing.T) {
322
323 ensureServer()
324 //_, _, _, _, _, _, _, _ := createServer()
325 err := runTests(t)
326 log.Printf("Test ended")
327 if err != nil {
328 t.Errorf("test failed %v", err)
329 }
330 //log.Printf("it never started in test: %v %v", imapServer, ftpServer)
331
332 log.Printf("Shutdown now")
333
334}
335
336//func TestAuth(t *testing.T) {
337//

Callers

nothing calls this directly

Calls 2

ensureServerFunction · 0.85
runTestsFunction · 0.70

Tested by

no test coverage detected