Search Results

5
votes

What do you need from a test harness?

An arbitrary set of tags - so I can mark a test as, for example "integration, UI, admin". (you knew I was going to ask for this didn't you :-) …
1
vote

How can I run individual tests with Test::Class::Load?

Congratulations on spotting the mistake in the documentation :-) The final argument should be the path to the test class - not the package name. You'll also need to add the path to the tes …