test

package
v0.0.0-...-cf7d606 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

The test package contains stuff used for testing Romualdo. It's primarily about things used by the `dev test` command that I wished to place elsewhere to keep any more involved logic away of the `main` package.

It's also handy to call this from a "unit test" to run the test suite and get code coverage reports for it:

go test -coverpkg=github.com/stackedboxes/romualdo/... -covermode=count -coverprofile=cover.out ./...
go tool cover -html=cover.out

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteSuite

func ExecuteSuite(suitePath string) errs.Error

ExecuteSuite runs the test suite at suitePath.

Types

This section is empty.

Jump to

Keyboard shortcuts

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