# README
WTester | Logtester | Log Tester
wtester
is a Go package designed for testing log outputs or any other byte stream. It allows you to define expectations on the output and validate whether those expectations are met. This is particularly useful for testing logs and ensuring that the expected log messages are produced.
Installation
To install the package, run:
go get github.com/julian776/wtester
Usage
Check the GoDoc for detailed usage instructions: GoDoc
Customization
The package is designed to be flexible and customizable. You can define your own expectations to suit your needs. Check the expectations.go file for some examples.
License
This project is licensed under the MIT License - see the LICENSE file for details