Skip to content

Powerful testers, test data generators, capturing of stdout/stderr and test-wide manipulation of the environment help with powerful unit tests

License

Notifications You must be signed in to change notification settings

tideland/go-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bbd5bd · Dec 15, 2021

History

31 Commits
Jan 11, 2020
May 29, 2021
Jan 10, 2020
Dec 11, 2021
May 29, 2021
Dec 15, 2021
May 29, 2021
Dec 10, 2021
Jan 10, 2020
Jan 10, 2020
Dec 15, 2021
Dec 15, 2021

Repository files navigation

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