1 2 3 4 5 6 7 8 9 10
package dbus_test import ( "os" "testing" "hakurei.app/internal/helper" ) func TestMain(m *testing.M) { helper.InternalHelperStub(); os.Exit(m.Run()) }