Interactive tests?

2002-02-13 Thread Kirrily 'Skud' Robert
Using Test::More, how can I intersperse stuff for user interaction? For instance: print "Please enter the hostname/ip for the server [localhost]: "; my $host = ; print "Please enter the admin password [default]: "; my $password = ; $agent = esmith::FormMagick::Tester->new(host => $host, password

Re: Interactive tests?

2002-02-13 Thread Michael G Schwern
On Wed, Feb 13, 2002 at 04:11:59PM -0500, Kirrily 'Skud' Robert wrote: > Using Test::More, how can I intersperse stuff for user interaction? For > instance: > > print "Please enter the hostname/ip for the server [localhost]: "; > my $host = ; > print "Please enter the admin password [default]: "