summaryrefslogtreecommitdiff
path: root/lib/testresources/tests/test_resource_graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to pbrRobert Collins2015-12-041-139/+0
| | | | Release / build automation good.
* Release 0.2.6 and add Python3.2 compat.0.2.6Robert Collins2013-01-201-2/+2
|
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-271-14/+12
|
* Use a travelling salesman heuristic to sort tests, accepting up to twice the ↵Robert Collins2010-02-191-0/+78
| | | | total resource setup/teardown cost for fast (N^2) sort times.
* partition tests to perform resource ordering optimisation into strongly ↵Robert Collins2010-02-161-0/+63
connected sets of tests, reducing optimisation passes to cases where some resources are actually reused.