mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
tests
This commit is contained in:
13
common_test.go
Normal file
13
common_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package slinguist
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
|
||||
type TSuite struct{}
|
||||
|
||||
var _ = Suite(&TSuite{})
|
Reference in New Issue
Block a user