MCPcopy
hub / github.com/SurgeDM/Surge / TestDebug_MultipleArguments

Function TestDebug_MultipleArguments

internal/utils/debug_test.go:64–68  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

62}
63
64func TestDebug_MultipleArguments(t *testing.T) {
65 // Test with various argument types
66 utils.Debug("int: %d, float: %f, string: %s, bool: %t", 42, 3.14, "hello", true)
67 utils.Debug("Multiple strings: %s %s %s", "one", "two", "three")
68}
69
70func TestLogFilePath(t *testing.T) {
71 // Verify logs directory path is valid

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.92

Tested by

no test coverage detected