index
:
delta/python-packages/testrepository-git.git
master
v2-only
github.com: testing-cabal/testrepository.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testrepository
/
ui
/
model.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error rendering of listing issues.
Robert Collins
2014-03-03
1
-1
/
+1
*
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 filtered...
Robert Collins
2013-04-10
1
-2
/
+1
*
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
*
0.0.14
Robert Collins
2013-02-08
1
-5
/
+7
*
* ``testr load`` now supports passing filenames to subunit streams to load.
Robert Collins
2012-12-05
1
-1
/
+1
*
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
*
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 ex...
Jonathan Lange
2011-11-01
1
-2
/
+3
*
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
*
* ``testr run`` uses an in-process load rather than reinvoking testr. This
Robert Collins
2010-12-06
1
-2
/
+6
*
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
*
make_result now takes a callable that returns the id of the test run.
Jonathan Lange
2010-09-12
1
-1
/
+1
*
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
*
|
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