| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | | * | Avoid leaking test output in TestTestProtocolServerStartTest.test_indented_te... | Martin | 2011-04-25 | 1 | -2/+5 | |
| | * | | Merge python 3K changes. | Robert Collins | 2011-04-27 | 8 | -284/+289 | |
| | |\ \ | | |/ | ||||||
| | | * | Nearly done. | Robert Collins | 2011-04-25 | 4 | -104/+101 | |
| | | * | Update stats tests. | Robert Collins | 2011-04-25 | 1 | -4/+4 | |
| | | * | More fixups. | Robert Collins | 2011-04-25 | 1 | -134/+135 | |
| | | * | More small stuff. | Robert Collins | 2011-04-25 | 1 | -7/+7 | |
| | | * | Progress. | Robert Collins | 2011-04-25 | 2 | -21/+21 | |
| | | * | Make test suite importable in py3. | Robert Collins | 2011-04-25 | 8 | -22/+28 | |
| | * | | Move read_test_filter to python/subunit. | Jelmer Vernooij | 2011-04-25 | 1 | -1/+0 | |
| | * | | Remove TagCollapsingDecator test. | Jelmer Vernooij | 2011-04-25 | 1 | -5/+0 | |
| | * | | Mark unexpected successes, too. | Jelmer Vernooij | 2011-04-11 | 1 | -0/+9 | |
| | * | | Filter errors as well. | Jelmer Vernooij | 2011-04-11 | 1 | -4/+12 | |
| | * | | Support --fixup-expected-failures argument to subunit-filter. | Jelmer Vernooij | 2011-04-11 | 1 | -0/+12 | |
| | * | | Add test for TagCollapsingDecorator.testsRun. | Jelmer Vernooij | 2011-03-28 | 1 | -0/+5 | |
| | |/ | ||||||
| | * | Add different support. | Jonathan Lange | 2011-02-15 | 1 | -0/+15 | |
| | * | Make sure that we don't send time if there are none to send. | Jonathan Lange | 2011-02-13 | 1 | -0/+15 | |
| | * | Properly handle multiple events. | Jonathan Lange | 2011-02-13 | 1 | -1/+25 | |
| | * | Add a time collapsing decorator. | Jonathan Lange | 2011-02-13 | 1 | -0/+25 | |
| | * | Implement the tag collapsing logic by stealing stuff from TRF and fixing it. | Jonathan Lange | 2011-02-12 | 1 | -0/+15 | |
| | * | Get started, fix a bug in subunit's decorator. | Jonathan Lange | 2011-02-12 | 1 | -0/+13 | |
| | * | Delete unnecessary code. | Jonathan Lange | 2011-02-12 | 1 | -9/+1 | |
| | * | Pass through time when we aren't in tests. | Jonathan Lange | 2011-02-11 | 1 | -2/+5 | |
| | * | Fix the immediate bug. | Jonathan Lange | 2011-02-11 | 1 | -9/+9 | |
| | * | Failing test that demonstrates the bug. | Jonathan Lange | 2011-02-11 | 1 | -1/+29 | |
| | * | Clarity | Jonathan Lange | 2011-02-11 | 1 | -6/+16 | |
| | * | Parametrize the subunit input. | Jonathan Lange | 2011-02-11 | 1 | -3/+4 | |
| | * | Try to make the test set up a little more data driven. | Jonathan Lange | 2011-02-11 | 1 | -26/+26 | |
| | * | Formatting. | Jonathan Lange | 2011-02-11 | 1 | -6/+3 | |
| | * | No need for that either | Jonathan Lange | 2011-02-10 | 1 | -2/+2 | |
