File: examples.goconvey

package info (click to toggle)
golang-github-smartystreets-goconvey 1.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,672 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
// Uncomment the next line to disable the package when running the GoConvey UI:
//IGNORE

// Uncomment the next line to limit testing to the specified test function name pattern:
//-run=TestAssertionsAreAvailableFromConveyPackage

// Uncomment the next line to limit testing to those tests that don't bail when testing.Short() is true:
//-short

// include any additional `go test` flags or application-specific flags below:

-timeout=1s