File: doc.go

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 (5 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (6)
1
2
3
4
5
// Package examples contains, well, examples of how to use goconvey to
// specify behavior of a system under test. It contains a well-known example
// by Robert C. Martin called "Bowling Game Kata" as well as another very
// trivial example that demonstrates Reset() and some of the assertions.
package examples