Skip Menu |

This queue is for tickets about the Test-Expect CPAN distribution.

Report information
The Basics
Id: 60997
Status: new
Priority: 0/
Queue: Test-Expect

People
Owner: Nobody in particular
Requestors: ijw.bitcard [...] cack.org.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.29
  • 0.30
  • 0.31
Fixed in: (no value)



Subject: Can only expect-test a single app at once
At the moment this is non-OO so you can't be expecting on the output of two apps at once. I want to see if changes in one app are reflected in another without having to stop and start the applications. I was thinking: my $ref=Test::Expect->new(...); $ref->expect_is(...); so that you can have two refs on the go at the same time.