Subject: | Feature change (empty test class "optimization") breaks my tests! |
I use a base class with startup and shutdown methods to run common tests
(optionally including AUTHOR tests) for every module, even before there
are any tests in the module's test class. I therefore depend on those
base class methods running, so now tests fail with 'Parse errors: No
plan found in TAP output'. Before yesterday :-), they would at least be
minimally tested.
I need control over this "feature", at least!
From Changelog:
- Startup and shutdown methods are no longer run if a class will not
run any test methods