Saladino has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I am preparing a set of tests (multiple tests inside multiple .t files) and i'll like to be able to reorder those tests.
At this moment i execute "prove -r" from the top directory and inside that dir i have several numeric dirs 00 01 02.... and inside that dirs *.t files.
My problem is that as I need external files in some of the tests i have to put the full path from the top dir, for example "03/file1.xml" and that way i cant reorder my tests just changing their dir names or using symbolic links.
Any idea that could help me?
Thanks