summaryrefslogtreecommitdiff
path: root/testresources/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add a TestResourceManager.id() API for letting test results report about a ↵HEADmasterFree Ekanayaka2021-03-091-0/+21
| | | | resource identity (#7)
* Merge pull request #8 from testing-cabal/skip-flaky-testBasicSortTestsJelmer Vernooij2019-06-081-0/+2
|\ | | | | Skip flaky testBasicSortTests on Python 3.x
| * Skip flaky testBasicSortTests on Python 3skip-flaky-testBasicSortTestsFree Ekanayaka2016-11-261-0/+2
| |
* | Update FSF address.Jelmer Vernooij2019-06-071-1/+1
| |
* | Honor dependencies ordering when switching between resources in (#6)Free Ekanayaka2017-02-061-0/+39
|/ | | | | The branch adds a _OrderedSet util and uses it to be able to easily honor the topological order calculated by neededResources().
* Handle unittest2 test suites as well.Robert Collins2015-12-071-0/+13
| | | | | This doesn't address the incompat with setUpClass etc, but I have documented it now.
* More diagnostics on sort failures.Robert Collins2015-12-041-1/+2
| | | | We're seeing this occasionally on 3.4 and 3.5 only.
* Migrate to pbrRobert Collins2015-12-047-0/+1679
Release / build automation good.