| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Include logging output in FakeLoggers' getDetails, surfacing the logs to test... | Robert Collins | 2012-06-08 | 4 | -12/+37 | |
| |\ | ||||||
| | * | Removed unused text_content import. | Francesco Banconi | 2012-06-07 | 1 | -1/+0 | |
| | * | Updated the way the detail name is added. | Francesco Banconi | 2012-06-06 | 2 | -3/+3 | |
| | * | Fixes from review. | Francesco Banconi | 2012-06-05 | 2 | -17/+6 | |
| | * | Implemented FakeLogger.getDetails(). | Francesco Banconi | 2012-06-04 | 3 | -10/+36 | |
| |/ | ||||||
| * | New TempHomeDir fixture to create and activate a temporary home dir (james_w) | Jonathan Lange | 2012-03-21 | 7 | -0/+102 | |
| |\ | ||||||
| | * | Subclass TempDir rather than composing. | James Westby | 2011-12-07 | 4 | -20/+5 | |
| | * | Fix the typo. Thanks Rob. | James Westby | 2011-12-07 | 1 | -1/+1 | |
| | * | Remove the debugging echo. | James Westby | 2011-12-06 | 1 | -1/+0 | |
| | * | Add a TempHomeDir fixture. | James Westby | 2011-12-06 | 6 | -0/+112 | |
| |/ | ||||||
| * | Release 0.3.8.0.3.8 | Robert Collins | 2011-12-05 | 2 | -1/+7 | |
| * | MNerge NestedTempfile - make tempfile default to a new default location. | Robert Collins | 2011-12-05 | 6 | -12/+80 | |
| |\ | ||||||
| | * | Reverse order of operands to assertNotEqual to follow conventions. | Gavin Panella | 2011-12-02 | 1 | -1/+1 | |
| | * | New fixture NestedTempfile. | Gavin Panella | 2011-11-30 | 4 | -14/+67 | |
| * | | Rationalise fixture names. (Jonathan Lange) | Robert Collins | 2011-12-05 | 10 | -60/+92 | |
| |\ \ | ||||||
| | * | | Copyright. | Jonathan Lange | 2011-11-25 | 1 | -1/+1 | |
| | * | | PopenFixture => FakePopen | Jonathan Lange | 2011-11-25 | 6 | -27/+36 | |
| | * | | Rename LoggerFixture to FakeLogger. | Jonathan Lange | 2011-11-25 | 6 | -18/+28 | |
| | * | | Rename EnvironmentVariableFixture to EnvironmentVariable. | Jonathan Lange | 2011-11-25 | 6 | -19/+32 | |
| | |/ | ||||||
| * | | Merge gather_details fix from Jonathan Lange. | Robert Collins | 2011-12-05 | 3 | -1/+19 | |
| |\ \ | ||||||
| | * | | Correctly disambiguate duplicate errors. | Jonathan Lange | 2011-11-25 | 2 | -1/+16 | |
| | |/ | ||||||
| * | | Fix race conditions in Timeout. | Robert Collins | 2011-12-05 | 1 | -5/+9 | |
| * | | Update to parallel capable .testr.conf. | Robert Collins | 2011-12-05 | 1 | -1/+4 | |
| * | | Merge Timeout from Martin Pool. | Robert Collins | 2011-12-05 | 7 | -0/+162 | |
| |\ \ | |/ |/| | ||||||
| | * | Rename to just TimeoutException, and remove more connections to Timeout only ... | Martin Pool | 2011-11-29 | 5 | -36/+53 | |
| | * | Rename to just 'Timeout'; other review cleanups | Martin Pool | 2011-11-29 | 6 | -17/+20 | |
| | * | Add TestTimeout fixture | Martin Pool | 2011-11-29 | 7 | -0/+142 | |
| |/ | ||||||
| * | Another typo. | Robert Collins | 2011-11-22 | 1 | -1/+1 | |
| * | EnvironmentVariableFixture now upcalls via super. | Robert Collins | 2011-11-22 | 2 | -5/+10 | |
| |\ | ||||||
| | * | Upcall w/ super() | Jonathan Lange | 2011-10-31 | 1 | -5/+5 | |
| * | | Add docs for LoggerFixture to README. | Robert Collins | 2011-11-22 | 1 | -0/+8 | |
| * | | Fix typo. | Robert Collins | 2011-11-22 | 1 | -1/+1 | |
| * | | Open up 0.3.8. | Robert Collins | 2011-11-22 | 2 | -2/+2 | |
| * | | Release 0.3.7. | Robert Collins | 2011-11-22 | 2 | -1/+4 | |
| * | | Add new LoggingFixture fixture for replacing logging Loggers. | Robert Collins | 2011-11-22 | 6 | -0/+159 | |
| |\ \ | ||||||
| | * | | Nuke handlers by default | Free Ekanayaka | 2011-10-27 | 3 | -16/+57 | |
| | * | | Add LoggerFixture | Free Ekanayaka | 2011-10-26 | 4 | -0/+138 | |
| |/ / | ||||||
| * | | Upcall. Doh. | Robert Collins | 2011-08-22 | 1 | -0/+1 | |
| * | | Bump version to 0.3.7 beta. | Robert Collins | 2011-08-22 | 2 | -2/+2 | |
| * | | Typo. | Robert Collins | 2011-08-22 | 1 | -1/+1 | |
| * | | Extend TempDir to allow controlling the root directory. | Robert Collins | 2011-08-22 | 3 | -3/+25 | |
| * | | * On Python 2.7 and above the _fixtures tests are no longer run twice. | Robert Collins | 2011-08-22 | 2 | -2/+10 | |
| * | | Note in NEWS the new testtools version dependency as well. | Robert Collins | 2011-08-22 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge jml's python 3 branch. | Robert Collins | 2011-08-14 | 8 | -21/+34 | |
| |\ | ||||||
| | * | NEWS & README. | Jonathan Lange | 2011-07-27 | 2 | -1/+8 | |
| | * | Pretty sure this is a py3 thing | Jonathan Lange | 2011-07-27 | 1 | -0/+1 | |
| | * | Make the tests run with python 2 and 3 | Jonathan Lange | 2011-07-27 | 5 | -18/+23 | |
| | * | Update to take testtools new API into account. | Jonathan Lange | 2011-07-26 | 2 | -2/+2 | |
| |/ | ||||||
| * | Release 0.3.6. | Robert Collins | 2011-06-23 | 3 | -2/+5 | |
| * | Another small API break - sorry. Fixture.getDetails no longer returns the | Robert Collins | 2011-06-23 | 4 | -7/+58 | |
