226f9d6 Add a plugin for test ordering

Authored and Committed by pviktori 10 years ago
    Add a plugin for test ordering
    
    Tests in test classes decorated by @ipatests.order_plugin.ordered
    are sorted by the source line number instead of alphabetically,
    if the plugin is enabled.
    
    The ipa-run-tests helper now loads and enables the plugin.
    
    This should make writing integration tests easier.
    
        
file modified
+3 -1