Skip to content

Commit

Permalink
0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 2, 2024
1 parent 0b3a5b2 commit 12bc5af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Revision history for Test::Stream

{{$NEXT}}
0.1 2024-12-02T17:58:55+01:00

0.1 2024-12-02T18:29:36+01:00
- Modernized file extensions
- Added CI badge for each OS
- Some code modernization
Expand Down
3 changes: 2 additions & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
],
"description": "Stream test events",
"license": "Artistic-2.0",
"name": "Test::Predicates",
"name": "Test::Stream",
"perl": "6.*",
"provides": {
"Test::Predicates": "lib/Test/Predicates.rakumod",
"Test::Predicator": "lib/Test/Predicator.rakumod",
"Test::Stream": "lib/Test/Stream.rakumod",
"Test::Stream::Diagnostic": "lib/Test/Stream/Diagnostic.rakumod",
"Test::Stream::Event": "lib/Test/Stream/Event.rakumod",
"Test::Stream::EventSource": "lib/Test/Stream/EventSource.rakumod",
Expand Down
Empty file added lib/Test/Stream.rakumod
Empty file.
2 changes: 1 addition & 1 deletion t/100-hub.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use My::Test;
use Test::Stream::Event;
use Test::Stream::Hub;
use Test::Stream::Recorder;

if %*ENV<NO_TESTING> { say "1..0"; exit }
my-subtest 'multiple listeners and events', {
my $hub = Test::Stream::Hub.new;

Expand Down
2 changes: 1 addition & 1 deletion t/400-tap-formatter.rakutest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Warning - the emacs uncomment-region command will seriously screw up many
# parts of this test!

if %*ENV<NO_TESTING> { say "1..0"; exit }
use Test::Stream::Event;
use Test::Stream::Formatter::TAP12;
use Test::Stream::Hub;
Expand Down

0 comments on commit 12bc5af

Please sign in to comment.