Help language development. Donate to The Perl Foundation

Test::Stream zef:raku-community-modules last updated on 2022-03-18

README.md
# Test::Stream [![Tests on source](https://github.com/raku-community-modules/Test-Stream/actions/workflows/test.yaml/badge.svg)](https://github.com/raku-community-modules/Test-Stream/actions/workflows/test.yaml)

This is a prototype of an event-based test framework. The goal is to produce
an underlying set of modules that can be shared by all Test modules in the
Raku ecosystem. Building this on top of an abstract test event system makes
integrating different modules much easier. It also makes testing your test
modules *much* easier, and allows for output formats besides TAP.

Please note that the namespaces are likely to change in the future, so please
do not rely on this code yet.

# LICENSE

This module is licensed under the [Artistic License](LICENSE)