File: debug0_test.go

package info (click to toggle)
golang-github-lestrrat-go-pdebug 0.0~git20180220.0.569c974-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
//+build debug0,!debug

package pdebug

import (
	"testing"

	"github.com/stretchr/testify/assert"
)

func TestDebug0Enabled(t *testing.T) {
	assert.True(t, Enabled, "Enable is true")
}