perl-prove Questions
2
Solved
Currently I run prove like this:
prove -v -r .
Is there a way to exclude files using regex? I could not see that in perldoc prove or the output of prove -H.
Heron asked 12/12, 2012 at 15:29
1
Solved
When writing tests, text file gets read in the test folder but not outside the folder (i.e., when running prove6). For example, this code reads ReadConfig.ini inside the test folder, but not outsid...
Jazzy asked 24/4, 2019 at 11:54
2
Lately the new great thing appeared in the Perl world. For a long time in the
library package there was folder t that contained tests. Now there is one
more folder xt that contains author test. T...
Dumbwaiter asked 8/2, 2013 at 10:29
2
Solved
As part of a test suite written in Python 3[.4-.6] on Linux, I have to run a number 3rd-party tests. The 3rd-party tests are bash scripts. They are designed to run with Perl's prove TAP harness. On...
Welltodo asked 26/12, 2017 at 19:57
1
Solved
I try to run test under debugger as:
perl -d $(which prove) t/file.t
But this has no effect because each test is run as separate job.
I have found --exec option, but when I provide it I lost an...
Becca asked 15/3, 2017 at 16:32
1
I've done quite a bit of Googling but can't find an answer to this question. When you run prove on your tests (http://perldoc.perl.org/prove.html), you get some statistics that look like:
Files=3,...
Harlequinade asked 15/6, 2014 at 4:39
2
Solved
I have been trying to use the Perl utility/module "prove" as a test harness for some unit tests. The unit tests are a little more "system" than "unit" as I need to for...
Dolphin asked 8/10, 2008 at 16:7
1
© 2022 - 2024 — McMap. All rights reserved.