Feature Proposal: UnitTestContrib to execute test_* functions in the alphabetical order
Motivation
It's handy if the order of test function execution is predictable. Currently you may end up having only one test_* function in a *Test.pm to guarantee a series of test steps happen in a specified order.
Description and Documentation
modify the test_* function dispatch logic so that test_* are executed in the alphabetical (more specifically "cmp") order.
Examples
Impact
Implementation
--
Contributors: HideyoImazu - 2012-06-23
Discussion
Sensible enhancement.
--
PeterThoeny - 2012-07-01
This is now accepted by 7 days feedback period.
--
PeterThoeny - 2012-07-11