| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve error rendering of listing issues. | Robert Collins | 2014-03-03 | 1 | -1/+1 |
| | | | | | | Errors are now shown as a stream to the user, and the exception just contains the process exit code. | ||||
| * | Consolidate on the StreamResult API for make_results' return values. | Robert Collins | 2013-04-11 | 1 | -18/+6 |
| | | |||||
| * | Drop the ExtendedToStream wrapping around UI.make_result. | Robert Collins | 2013-04-10 | 1 | -4/+3 |
| | | |||||
| * | Move tag based test filtering into the UI: many test things won't be ↵ | Robert Collins | 2013-04-10 | 1 | -2/+1 |
| | | | | | filtered, such as slow tests and pdb debugging, so the UI has to see the tests. Moving the responsibility into the UI may lead to repetition in other UI's if not made easy to reuse, but that seems like the lesser of evils for now. | ||||
| * | Split out event forwarding and summarising roles for make_result. | Robert Collins | 2013-03-16 | 1 | -1/+2 |
| | | |||||
| * | Start getting streamresult into the innards. | Robert Collins | 2013-03-15 | 1 | -2/+11 |
| | | |||||
| * | * Expects subunit v2 if the local library has v2 support in the subunit | Robert Collins | 2013-03-10 | 1 | -0/+3 |
| | | | | | | | | library. This should be seamless if the system under test shares the Python libraries. If it doesn't, either arrange to use ``subunit-2to1`` or upgrade the subunit libraries for the system under test. (Robert Collins) | ||||
| * | 0.0.14 | Robert Collins | 2013-02-08 | 1 | -5/+7 |
| | | | | | | | | | | | ++++++ IMPROVEMENTS ------------ * First cut at full Python 3 support. The 'works for me' release. (Robert Collins) | ||||
| * | * ``testr load`` now supports passing filenames to subunit streams to load. | Robert Collins | 2012-12-05 | 1 | -1/+1 |
| | | | | | (Robert Collins, #620386) | ||||
| * | Improvements from review - better docs, avoid race condition with process exit. | Robert Collins | 2012-10-23 | 1 | -0/+3 |
| | | |||||
| * | * ``testr run`` will now fail a test run if the test process exits non-zero. | Robert Collins | 2012-10-22 | 1 | -1/+6 |
| | | | | | (Robert Collins) | ||||
| * | Refactor, pushing the result creation into the desired shape. | Robert Collins | 2012-05-01 | 1 | -2/+3 |
| | | |||||
| * | Pass through previous run. | Jonathan Lange | 2011-11-03 | 1 | -2/+2 |
| | | |||||
| * | Extend make_result to accept previous run. | Jonathan Lange | 2011-11-02 | 1 | -3/+3 |
| | | |||||
| * | Support other values. Change the API so that we pass in tests & time stuff ↵ | Jonathan Lange | 2011-11-01 | 1 | -2/+3 |
| | | | | | explicitly | ||||
| * | Put output_summary in the UI interface. | Jonathan Lange | 2011-11-01 | 1 | -0/+3 |
| | | |||||
| * | * ``testr list-tests`` is a new command that will list the tests for a project | Robert Collins | 2010-12-06 | 1 | -3/+9 |
| | | | | | | when ``.testr.conf`` has been configured with a ``test_list_option``. (Robert Collins) | ||||
| * | * ``testr run`` uses an in-process load rather than reinvoking testr. This | Robert Collins | 2010-12-06 | 1 | -2/+6 |
| | | | | | | should be faster on Windows and avoids the issue with running the wrong testr when PYTHONPATH but not PATH is set. (Robert Collins, #613129) | ||||
| * | Change model UI to permit passing in file objects as input streams. | Robert Collins | 2010-12-06 | 1 | -6/+9 |
| | | |||||
| * | Give the UI's TestResult object full responsibility for summing up the result | Jonathan Lange | 2010-09-20 | 1 | -8/+6 |
| | | | | | of the test, | ||||
| * | make_result now takes a callable that returns the id of the test run. | Jonathan Lange | 2010-09-12 | 1 | -1/+1 |
| | | | | | Not actually used yet. | ||||
| * | Merge trunk, doing major work to resolve the conflict in the failing command. | Jonathan Lange | 2010-09-12 | 1 | -0/+4 |
| |\ | |||||
| | * | Extend the UI interface to have support for listing tests. | Jonathan Lange | 2010-09-07 | 1 | -0/+4 |
| | | | | | | | | | Use that support to list failing tests. | ||||
| * | | output_results isn't needed. | Jonathan Lange | 2010-08-04 | 1 | -3/+0 |
| | | | |||||
| * | | As far as I can tell, this ought to display results incrementally. | Jonathan Lange | 2010-08-04 | 1 | -1/+43 |
| | | | |||||
| * | | Add make_result to the UI contract. | Jonathan Lange | 2010-08-04 | 1 | -0/+5 |
| |/ | |||||
| * | Add a indirected subprocess.Popen to permit testing of the planned run command. | Robert Collins | 2010-02-08 | 1 | -0/+17 |
| | | |||||
| * | Add error reporting facility. | Robert Collins | 2010-01-16 | 1 | -0/+3 |
| | | |||||
| * | First cut at failing --subunit [shows all tests so not right yet]. | Robert Collins | 2010-01-14 | 1 | -1/+1 |
| | | |||||
| * | Add stream output support for the UI. | Robert Collins | 2010-01-14 | 1 | -0/+3 |
| | | |||||
| * | Allow commands to add options. | Robert Collins | 2010-01-14 | 1 | -5/+10 |
| | | |||||
| * | Hook arg parsing into command execution. | Robert Collins | 2010-01-09 | 1 | -1/+17 |
| | | |||||
| * | Add an output_rest method to UI. | Robert Collins | 2010-01-09 | 1 | -0/+3 |
| | | |||||
| * | Add output_table to ui. | Robert Collins | 2010-01-09 | 1 | -3/+6 |
| | | |||||
| * | Add ui.output_results(). | Robert Collins | 2010-01-08 | 1 | -0/+3 |
| | | |||||
| * | Change ui.model to note what sort of output in preparation for output_results. | Robert Collins | 2010-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add a very rudimentary structured output facility. | Robert Collins | 2010-01-05 | 1 | -0/+4 |
| | | |||||
| * | Add access to options and a global quiet option. | Robert Collins | 2009-12-28 | 1 | -1/+10 |
| | | |||||
| * | Teach UI about -d HERE and the concept of 'here'. | Robert Collins | 2009-12-25 | 1 | -0/+1 |
| | | |||||
| * | Outline streams API for ui objects, and tell ui objects about their command. | Robert Collins | 2009-12-25 | 1 | -0/+19 |
| | | |||||
| * | Outline the UI module and it's responsibilities. | Robert Collins | 2009-12-22 | 1 | -0/+25 |
