Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipatests.order_plugin: Exclude test generators from the order | Petr Viktorin | 2013-10-03 | 1 | -1/+14 |
| | | | | | | | Ordered test generators were not announced in plugin hooks, so e.g. the Beakerlib or collect plugin did not announce them. Exclude test generators from ordering. | ||||
* | Add a plugin for test ordering | Petr Viktorin | 2013-07-15 | 1 | -0/+70 |
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. |