Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 699 Bytes

go-attest

Build Status GoDoc MIT License

This package provides a growing collection of utility functions and types for simplifying the creation of unit tests.

Functions

  • Verify values being sent and received on channels
  • Verify data read from an io.Reader
  • Verify the (non-)existence of a file
  • Verify HTTP status codes

Types

  • Simple local HTTP server