MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / TestLogger_GetLevel

Function TestLogger_GetLevel

internal/logger/logger_test.go:385–388  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

383}
384
385func TestLogger_GetLevel(t *testing.T) {
386 logger := NewSimpleLogger(LevelError)
387 assert.Equal(t, LevelError, logger.GetLevel())
388}
389
390func TestLogger_Close(t *testing.T) {
391 // Create temporary directory

Callers

nothing calls this directly

Calls 2

NewSimpleLoggerFunction · 0.85
GetLevelMethod · 0.80

Tested by

no test coverage detected