testkit

module
v0.0.0-...-7cd5ca4 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: Apache-2.0

README

TestKit

TestKit is a collection of test suites and utilities intended to provide verification for the App O11y data ingestion pipeline. The purpose of this module is to create unit-style test suites that can run without external dependencies. Unit testing specific components directly allows debugging of components under test with ease.

Running Tests

The test suites are built using the Ginkgo Testing Framework. Install the ginkgo executable before running

go install github.com/onsi/ginkgo/v2/ginkgo

To execute all test suites in the repository, run

make run

To run an individual suite, use ginkgo directly

ginkgo run ./servicegraph/

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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