Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a TestResourceManager.id() API for letting test results report about a ↵HEADmaster | Free Ekanayaka | 2021-03-09 | 2 | -1/+62 |
| | | | | resource identity (#7) | ||||
* | Fix minor spelling nit in README.md (#12) | Lance Bragstad | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8 from testing-cabal/skip-flaky-testBasicSortTests | Jelmer Vernooij | 2019-06-08 | 2 | -0/+3 |
|\ | | | | | Skip flaky testBasicSortTests on Python 3.x | ||||
| * | Skip flaky testBasicSortTests on Python 3skip-flaky-testBasicSortTests | Free Ekanayaka | 2016-11-26 | 2 | -0/+3 |
| | | |||||
* | | Update FSF address. | Jelmer Vernooij | 2019-06-07 | 1 | -1/+1 |
| | | |||||
* | | Release 2.0.1.2.0.1 | Jelmer Vernooij | 2019-06-06 | 1 | -0/+18 |
| | | |||||
* | | Set author_email to an e-mail address - pypi refuses HTTP URLs. | Jelmer Vernooij | 2019-06-06 | 1 | -2/+2 |
| | | | | | | | | Picked Rob's email address since AFAIK there is no testing-cabal mailing list. | ||||
* | | Run travis tests on python 3.6. | Jelmer Vernooij | 2019-06-03 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #11 from lbragstad/doc-fixes | Jelmer Vernooij | 2019-06-03 | 1 | -2/+4 |
|\ \ | | | | | | | Update method signature in README.rst. | ||||
| * | | Update method signature in README.rst | Lance Bragstad | 2019-06-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TestResourceManager implementation of `make()` actually requires at least one argument, `dependency_resources`. The introductory documentation in README.rst builds out an example, but the method signature of `make()` doesn't include this required argument. This commit updates the documentation to inlucde the required argument to be consistent with the implementation. It also calls out the example in doc/ by referencing it with a link. | ||||
* | | | Drop Python 2.6 and Python 3.3 support; pip requires newer versions. | Jelmer Vernooij | 2019-06-03 | 1 | -3/+1 |
|/ / | |||||
* | | Point Travis to pypy3 version 5.2 (#9) | Free Ekanayaka | 2017-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The default pypy3 version in Travis is 2.4.0, which implements the Python 3.2.x API. Since setuptools recently dropped support for 3.0-3.2, the pypy3 builds for testresources are broken. This branch changes the pypy3 Travis target to use pypy3.3-5.2-alpha1 instead. | ||||
* | | Honor dependencies ordering when switching between resources in (#6) | Free Ekanayaka | 2017-02-06 | 2 | -13/+124 |
|/ | | | | | The branch adds a _OrderedSet util and uses it to be able to easily honor the topological order calculated by neededResources(). | ||||
* | Fix #1590536 classifiers not reported in PyPI. | Robert Collins | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | Release 2.0.02.0.0 | Robert Collins | 2016-04-18 | 1 | -0/+3 |
| | | | | Major version due to dropping support for older Python versions. | ||||
* | README -> README.rst | Robert Collins | 2016-04-18 | 3 | -2/+2 |
| | |||||
* | Drop support for Python 2.4, 2.5, 3.2 | Robert Collins | 2016-04-18 | 4 | -3/+13 |
| | | | | | While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading. | ||||
* | Bug #1524048: depend on pbr at runtime | Robert Collins | 2016-04-18 | 1 | -0/+1 |
| | | | | | | Fixes-Bug: 1524048 We have a runtime dependency on pbr, but it wasn't expressed. | ||||
* | 1.0.1.0.0 | Robert Collins | 2015-12-07 | 2 | -0/+10 |
| | |||||
* | Handle unittest2 test suites as well. | Robert Collins | 2015-12-07 | 4 | -2/+37 |
| | | | | | This doesn't address the incompat with setUpClass etc, but I have documented it now. | ||||
* | Use pbr for versions as well. | Robert Collins | 2015-12-04 | 1 | -1/+4 |
| | |||||
* | More diagnostics on sort failures. | Robert Collins | 2015-12-04 | 1 | -1/+2 |
| | | | | We're seeing this occasionally on 3.4 and 3.5 only. | ||||
* | Cleanup old helper we don't need anymore. | Robert Collins | 2015-12-04 | 2 | -128/+1 |
| | |||||
* | Add a tox.ini for convenience. | Robert Collins | 2015-12-04 | 2 | -0/+10 |
| | |||||
* | Add a Travis config. | Robert Collins | 2015-12-04 | 3 | -2/+28 |
| | |||||
* | Ignore more files. | Robert Collins | 2015-12-04 | 1 | -0/+6 |
| | |||||
* | Build and ship wheels. | Robert Collins | 2015-12-04 | 2 | -1/+4 |
| | |||||
* | Migrate to pbr | Robert Collins | 2015-12-04 | 12 | -30/+26 |
| | | | | Release / build automation good. | ||||
* | Release 0.2.7.0.2.7 | Robert Collins | 2013-01-21 | 1 | -0/+3 |
| | |||||
* | Make FixtureResource.reset actually call fixture.reset(). | Robert Collins | 2013-01-21 | 5 | -32/+129 |
| | |||||
* | * TestResourceManager.reset() was not taking dependency dirtiness into | Robert Collins | 2013-01-20 | 3 | -1/+15 |
| | | | | consideration. (Brian Sutherland, #783488) | ||||
* | * FixtureResource was not triggering cleanups or resets between uses, this is | Robert Collins | 2013-01-20 | 4 | -12/+31 |
| | | | | | fixed (but will make OptimisingTestSuite trigger resets on every transition between tests). (Robert Collins, James Westby, #1023423) | ||||
* | Release 0.2.6 and add Python3.2 compat.0.2.6 | Robert Collins | 2013-01-20 | 7 | -28/+51 |
| | |||||
* | Ignore build products. | Robert Collins | 2013-01-20 | 1 | -0/+3 |
| | |||||
* | NEWS made clearer. (Martin Pool) | Robert Collins | 2012-10-23 | 2 | -14/+26 |
|\ | |||||
| * | A few README corrections: | Martin Pool | 2012-10-23 | 1 | -14/+21 |
|/ | | | | | | - consistently say "manager" not "factory" - explain `make` is called by `getResource` - make the example not bzrlib-specific | ||||
* | (free.ekanayaka) Fix PEP 8 & pyflakes warnings. | Jonathan Lange | 2012-08-13 | 1 | -39/+42 |
|\ | |||||
| * | Fix several pep8 warnings | Free Ekanayaka | 2012-08-10 | 1 | -39/+42 |
|/ | |||||
* | Release 0.2.5.0.2.5 | Robert Collins | 2012-01-27 | 2 | -1/+4 |
| | |||||
* | * Typo in NEWS fixed. (Thommi Richards) | Robert Collins | 2012-01-27 | 2 | -1/+3 |
|\ | |||||
| * | Fixed typo in README. | Thomi Richards | 2012-01-26 | 1 | -1/+1 |
|/ | |||||
* | * super() is now called from ResourcedTestCase fixing a long standing issue | Robert Collins | 2011-05-05 | 4 | -6/+37 |
|\ | | | | | | | with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505) | ||||
| * | fix usage of super() and get tests passing | tim.cole@canonical.com | 2011-05-03 | 3 | -3/+41 |
| | | |||||
| * | use super in test cases | tim.cole@canonical.com | 2011-05-03 | 2 | -4/+4 |
|/ | |||||
* | More clarity. | Robert Collins | 2010-11-15 | 1 | -1/+5 |
| | |||||
* | Tweak README. | Robert Collins | 2010-11-15 | 1 | -1/+7 |
| | |||||
* | * Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture`` | Robert Collins | 2010-11-15 | 4 | -5/+71 |
| | | | | instances. (Robert Collins) | ||||
* | Fix typo in setup.py. | Robert Collins | 2010-02-27 | 1 | -1/+1 |
| | |||||
* | Release 0.2.4. | Robert Collins | 2010-02-27 | 2 | -2/+19 |
| | |||||
* | Relicenced to BSD / Apache2.0 with full agreement of contributors. | Robert Collins | 2010-02-27 | 14 | -473/+377 |
| |