Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Running specific tests

by Anonymous Monk
on Jul 04, 2016 at 15:24 UTC ( #1167151=note: print w/replies, xml ) Need Help??


in reply to Running specific tests

Try

EXTENDED_TESTING=1 prove t/02-login.t

Normally the tests themselves decide whether they should be skipped or not. The test uses Test::Is, which in this case apparently checks the EXTENDED_TESTING environment variable.

Replies are listed 'Best First'.
Re^2: Running specific tests
by guiwp (Sexton) on Jul 04, 2016 at 15:31 UTC
    Thank you, more than that I just had to add -Ilib too: EXTENDED_TESTING=1 prove -Ilib t/02-login.t

      BTW, the short form of prove -Ilib is prove -l.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1167151]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2023-12-06 04:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?