Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to pbr for build management | Monty Taylor | 2015-07-12 | 1 | -112/+2 |
| | | | | Reduce manual maintenance by using pbr. | ||||
* | Fix formatting in packages section of setpy.py. | Jonathan C. Otsuka | 2015-03-10 | 1 | -1/+2 |
| | |||||
* | Make subunit 0.0.18 be a hard dependency. | Robert Collins | 2014-08-24 | 1 | -1/+1 |
| | | | | | | The v2 protocol solves key issues in concurrency and stream handling. Users that cannot use subunit v2 can run an older testrepository, or contact upstream to work through whatever issue is blocking them. | ||||
* | Release 0.0.15, with minimal subunit v2 support.0.0.15 | Robert Collins | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | 0.0.14 | Robert Collins | 2013-02-08 | 1 | -4/+4 |
| | | | | | | | | | | ++++++ IMPROVEMENTS ------------ * First cut at full Python 3 support. The 'works for me' release. (Robert Collins) | ||||
* | * There is now a setuptools extension provided by ``testrespository`` making it | Robert Collins | 2013-01-13 | 1 | -0/+5 |
|\ | | | | | | | | | easy to invoke testr from setup.py driven workflows. (Monty Taylor, Robert Collins) | ||||
| * | Add setuptools commands for running testr and coverage. | Monty Taylor | 2013-01-11 | 1 | -0/+6 |
| | | |||||
* | | Correct a typo in setup.py. | Robert Collins | 2013-01-12 | 1 | -1/+1 |
| | | |||||
* | | Release 0.0.9.0.0.9 | Robert Collins | 2012-12-18 | 1 | -0/+11 |
| | | |||||
* | | Better keywords. | Robert Collins | 2012-12-09 | 1 | -0/+1 |
| | | |||||
* | | Release 0.0.8.0.0.8 | Robert Collins | 2012-12-07 | 1 | -1/+1 |
| | | |||||
* | | * ``testr run`` will now fail a test run if the test process exits non-zero. | Robert Collins | 2012-10-22 | 1 | -0/+1 |
|/ | | | | (Robert Collins) | ||||
* | Change to using distribute. | Robert Collins | 2012-09-12 | 1 | -2/+15 |
| | |||||
* | Use PKG-INFO if it's present. | Jonathan Lange | 2010-11-24 | 1 | -6/+36 |
| | |||||
* | Release 0.0.3 | Robert Collins | 2010-02-28 | 1 | -2/+8 |
| | |||||
* | 0.0.2: include all commands. | Robert Collins | 2010-01-10 | 1 | -1/+7 |
| | |||||
* | Start on the init command. | Robert Collins | 2009-12-22 | 1 | -0/+1 |
| | |||||
* | Outline the UI module and it's responsibilities. | Robert Collins | 2009-12-22 | 1 | -1/+4 |
| | |||||
* | Install a testr script. | Robert Collins | 2009-12-21 | 1 | -0/+1 |
| | |||||
* | Test that setup.py works. | Robert Collins | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Base project infrastructure. | Robert Collins | 2009-12-19 | 1 | -0/+36 |