File: task_test.go

package info (click to toggle)
aptly 1.5.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 48,840 kB
  • sloc: python: 7,966; sh: 798; makefile: 81
file content (12 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
package task

import (
	"testing"

	check "gopkg.in/check.v1"
)

// Launch gocheck tests
func Test(t *testing.T) {
	check.TestingT(t)
}