test

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

README

Integration Tests

  1. starts dependencies
make deps
  1. runs integration tests
make test-integration

How-To

How to run specific tests?

FIt, FContext.

Context("some specs you're debugging", func() {
  It("might be failing", func() { ... })
  FIt("might also be failing", func() { ... })
})

ginkgo

This will run only test "might also be failing", skip the rest.

See https://onsi.github.io/ginkgo/#focused-specs.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilePath added in v0.5.0

func FilePath(filename string) string

Types

type BasicSuite

type BasicSuite struct {
	suite.Suite
}

func (*BasicSuite) SetupSuite

func (s *BasicSuite) SetupSuite()

Directories

Path Synopsis
fixtures
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL