You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
naza/pkg/bininfo/bininfo_test.go

20 lines
273 B
Go

package bininfo
import (
"fmt"
"testing"
)
func TestStringifySingleLine(t *testing.T) {
fmt.Println(StringifySingleLine())
}
func TestStringifyMultiLine(t *testing.T) {
fmt.Println(StringifyMultiLine())
}
func TestCorner(t *testing.T) {
GitStatus = ""
beauty()
}