Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import (
log "github.com/sirupsen/logrus"
)

// TestMain is the main entry point for tests
// It checks for a test config file and sets up the test environment
//
// -- Doc autogenerated on 2022-05-12 20:34:20.021163 --
func TestMain(m *testing.M) {
// Disable any standard log output
log.SetOutput(ioutil.Discard)
Expand Down
Loading