testresult 0.4.2

Provides TestResult type for concise and precise test failures
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## v0.4.1

- Expose `TestError` and make a couple of doc improvements. Thanks to @ijackson for implementing this change ([#14]https://github.com/wiktor-k/testresult/pull/14).

## v0.4.0

- Make `TestResult` generic to be more flexible.
- Print the error message using "alternate" format (`{:#}`) for better anyhow messages.

## v0.3.0

- Modified hidden error type name.
- Cleaned up documentation.

## v0.2.0

- API cleanup

## v0.1.0

- First public release