index
:
delta/python-packages/subunit-git.git
external-iso8601
fix-test-lists
master
github.com: testing-cabal/subunit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
subunit
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Python2.6 support was broken by the fixup feature.
Robert Collins
2012-05-08
1
-2
/
+6
*
Handle text stdin and stdout streams.
Robert Collins
2012-05-08
1
-5
/
+5
*
* Python3 support regressed in trunk.
Robert Collins
2012-05-08
4
-18
/
+24
*
Make _make_tag_filter public.
Robert Collins
2012-05-03
1
-3
/
+3
*
Restore forwarding of all time calls through TestResultFilter.
Robert Collins
2012-05-02
1
-1
/
+27
*
* Tags can now be filtered. (Jonathan Lange, #664171)
Robert Collins
2012-05-02
1
-3
/
+134
|
\
|
*
Use the TagsMixin on the predicate so local and global tags are tracked corre...
Jonathan Lange
2012-04-20
1
-5
/
+24
|
*
Make the integration test include local tags as well.
Jonathan Lange
2012-04-20
1
-0
/
+8
|
*
Merge updates from tag-collapsing-rigor.
Jonathan Lange
2012-04-20
1
-0
/
+19
|
|
\
|
*
\
Merge tag collapsing thing.
Jonathan Lange
2012-04-20
1
-4
/
+12
|
|
\
\
|
*
|
|
Properly scope tag collapsing
Jonathan Lange
2012-04-20
2
-0
/
+17
|
*
|
|
Make sure tags are sent before result.
Jonathan Lange
2012-04-20
2
-1
/
+19
|
*
|
|
don't rely on current_tags, implement it ourselves.
Jonathan Lange
2012-04-19
2
-13
/
+5
|
*
|
|
Progress, of a sort.
Jonathan Lange
2012-04-13
1
-1
/
+34
|
*
|
|
Add tests that exercise the subunit-filter filter.
Jonathan Lange
2012-04-10
1
-0
/
+55
|
*
|
|
Make sure all of our predicates support tags.
Jonathan Lange
2012-04-10
1
-0
/
+14
|
*
|
|
Allow the predicate to filter tags.
Jonathan Lange
2012-04-10
1
-0
/
+10
|
*
|
|
Flakes
Jonathan Lange
2012-04-10
1
-1
/
+1
*
|
|
|
make time pass through filtered tests
Benji York
2012-04-26
1
-2
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Flush global tags too.
Jonathan Lange
2012-04-20
1
-0
/
+19
|
|
/
|
/
|
*
|
Collapse tags outside of tests too.
Jonathan Lange
2012-04-20
1
-4
/
+12
*
|
Make sure tags directives are sent before addSuccess etc.
Jonathan Lange
2012-04-20
1
-0
/
+35
|
/
*
Rename csv_result to CsvResult.
Jonathan Lange
2012-03-25
1
-3
/
+3
*
Don't write anything until startTestRun is called.
Jonathan Lange
2012-03-25
1
-0
/
+5
*
Tighter testing.
Jonathan Lange
2012-03-25
1
-4
/
+15
*
Don't bother testing the script because no one has bothered for any of
Jonathan Lange
2012-03-25
1
-2
/
+0
*
Test for csv output.
Jonathan Lange
2012-03-25
1
-1
/
+22
*
Merge trunk.
Jonathan Lange
2012-03-25
1
-9
/
+11
|
\
|
*
Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13
Jonathan Lange
2012-02-16
1
-6
/
+3
|
*
Merge trunk
Jonathan Lange
2012-02-16
1
-3
/
+22
|
|
\
|
*
|
Code that works for 0.9.11 and against testtools trunk
Jonathan Lange
2012-02-09
1
-5
/
+7
|
*
|
Don't make so many assumptions about how testtools formats details.
Jonathan Lange
2012-02-09
1
-9
/
+9
*
|
|
Update to behave correctly with tags.
Jonathan Lange
2012-03-25
1
-5
/
+5
*
|
|
Todos
Jonathan Lange
2012-02-03
1
-0
/
+4
*
|
|
Factor out the assertions.
Jonathan Lange
2012-02-02
1
-98
/
+31
*
|
|
Swathe of tests.
Jonathan Lange
2012-02-01
1
-0
/
+226
*
|
|
Merge trunk
Jonathan Lange
2012-02-01
12
-371
/
+781
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Tag support has been implemented for TestProtocolClient.
Robert Collins
2012-01-11
1
-0
/
+16
|
*
|
Handle latest testtools changes.
Robert Collins
2012-01-11
1
-6
/
+6
|
|
/
|
*
Merge support for newer location of {Extended,Python26,Python27}TestResult in...
Jelmer Vernooij
2011-11-07
1
-5
/
+12
|
|
\
|
|
*
Newer versions of testtools have {Python26,Python27,Extended}TestResult in te...
Jelmer Vernooij
2011-10-13
1
-5
/
+12
|
*
|
Copyright update.
Jonathan Lange
2011-11-01
1
-2
/
+1
|
*
|
Have the output of subunit.run include timing information.
James Westby
2011-11-01
2
-0
/
+55
|
|
/
|
*
Add test to make sure addSkip is preserved.
Jelmer Vernooij
2011-05-09
1
-0
/
+14
|
*
Support unexpected success outcomes.
Robert Collins
2011-05-02
1
-2
/
+123
|
|
\
|
|
*
Additionally the protocol now has a keyword uxsuccess for Unexpected Success
Robert Collins
2011-05-02
1
-2
/
+124
|
*
|
Martins fix for failures on windows.
Robert Collins
2011-05-02
2
-5
/
+15
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix join_dir test by being more specific about what constitutes a match
Martin
2011-04-27
1
-1
/
+2
|
|
*
Skip os.fork tests on non-posix systems, by switching to testtools testcases ...
Martin
2011-04-27
1
-2
/
+5
|
|
*
Hack ExecTestCase and its tests to sort-of be portable fixing the remaing spew
Martin
2011-04-27
1
-0
/
+3
[next]