audit

module
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: BSD-3-Clause

README

Tideland Go Audit

GitHub release GitHub license Go Module GoDoc Workflow Go Report Card

Description

Tideland Go Audit provides helpful packages to support testing.

  • asserts provides routines for assertions helpful in tests and validation
  • capture allows capturing of STDOUT and STDERR
  • environments provides setting of environment variables and creation of temporary test directories
  • generators simplifies generation of test data; with a fixed random on demand even repeatable
  • web allows simple tests of web handlers

I hope you like it. ;)

Contributors

Directories

Path Synopsis
Package asserts helps writing convenient and powerful unit tests.
Package asserts helps writing convenient and powerful unit tests.
Package capture assists in testing code writing output to stdout or stderr.
Package capture assists in testing code writing output to stdout or stderr.
Package environments helps providing environments for unit tests.
Package environments helps providing environments for unit tests.
Package generators helps to quickly generate data needed for unit tests.
Package generators helps to quickly generate data needed for unit tests.
Package web helps testing web handlers.
Package web helps testing web handlers.

Jump to

Keyboard shortcuts

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