Test-Stream

NAME

Test::Stream - Stream test events

SYNOPSIS


use Test::Stream;

DESCRIPTION

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.

AUTHOR

Dave Rolsky

COPYRIGHT AND LICENSE

Copyright 2016 Dave Rolsky

Copyright 2020 - 2024 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

# vim: expandtab shiftwidth=4

Test::Stream v0.1

Stream test events

Authors

    License

    Artistic-2.0

    Dependencies

    Test Dependencies

    Provides

    • Test::Predicates
    • Test::Predicator
    • Test::Stream
    • Test::Stream::Diagnostic
    • Test::Stream::Event
    • Test::Stream::EventSource
    • Test::Stream::Formatter::TAP12
    • Test::Stream::Hub
    • Test::Stream::Listener
    • Test::Stream::Recorder
    • Test::Stream::Suite
    • Test::Stream::Types
    • Test::Stream::Util

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.