summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cap the testtools dependency at 2.0.01.2.11.2Robert Collins2016-03-022-1/+8
* Release 1.2.0.1.2.0Robert Collins2015-05-051-0/+3
* Add a warnings module capture fixureJoshua Harlow2015-05-045-0/+98
* Use universal wheels.Robert Collins2015-05-041-0/+3
* Release 1.1.0 and use pbr 0.11 features.1.1.0Robert Collins2015-05-044-10/+11
* Missing NEWS entry.Robert Collins2015-05-041-0/+5
* add tox.ini fileSean Dague2015-03-271-0/+12
* Fixed test performance on Python 3.5.Robert Collins2015-03-272-4/+8
* Add NEWS for FakeLogger formatter.Robert Collins2015-03-271-0/+2
* allow the specification of a custom log formatterSean Dague2015-03-262-2/+30
* Release 1.0.01.0.0Robert Collins2014-10-282-1/+4
* remote copy/paste from another project.Gabi Davar2014-10-282-5/+8
* Release 0.3.17.0.3.17Robert Collins2014-09-263-23/+12
* Add support for datefmt in FakeLoggerSean Dague2014-09-263-2/+19
* Migrate to git and pbr.Robert Collins2014-09-2542-46/+76
* 0.3.160.3.16Robert Collins2014-08-224-3/+12
* Release 0.3.150.3.15Robert Collins2014-08-223-2/+5
* * ``FakeProcess`` wait() now supports arguments added in Python 3.Robert Collins2014-08-223-1/+8
|\
| * * ``FakeProcess`` wait() now supports arguments added in Python 3.Steve Kowalik2014-08-223-1/+7
* | * ``FakeProcess`` now supports kill(). (Steve Kowalik)Robert Collins2014-08-223-0/+9
|\ \ | |/
| * * ``FakeProcess`` now supports kill(). (Steve Kowalik)Steve Kowalik2014-08-193-0/+8
* | * ``FakePopen`` now supports being called under a context manager (IE: with).Robert Collins2014-08-223-0/+14
|\ \ | |/
| * * ``FakePopen`` now works under a context manager itself.Steve Kowalik2014-08-183-0/+17
* | * ``MonkeyPatch`` now preserves ``staticmethod`` functions.Robert Collins2014-08-223-0/+29
|\ \ | |/ |/|
| * MonkeyPatch staticmethodDan Kenigsberg2014-01-192-0/+23
|/
* Release 0.3.140.3.14Robert Collins2013-08-163-2/+5
* * ``FakePopen`` can now override the returncode attribute.Robert Collins2013-08-163-1/+18
* More releasing docs.Robert Collins2013-08-161-0/+2
* Release 0.3.130.3.13Robert Collins2013-08-164-2/+17
* * Documentation hopefully covers ``TestWithFixtures`` a little better.Robert Collins2013-08-163-1/+10
* Ignore an egg-info directory if it exists.Robert Collins2013-08-161-0/+1
* * ``setup.py`` now lists the ``testtools`` dependency which was missing.Robert Collins2013-08-162-0/+6
* * ``FakePopen`` now accepts all the parameters available in Python 2.7.Robert Collins2013-08-163-5/+50
* 0.3.12: 0.3.11 with tests for StringStream.0.3.12Robert Collins2012-12-175-5/+48
* Oops, setup.py wasn't 3.2 ready.Robert Collins2012-12-171-1/+1
* Add Python 3 Trove entry.Robert Collins2012-12-171-0/+1
* Release 0.3.11.0.3.11Robert Collins2012-12-173-3/+6
* * pydoc is recommended as a source of info about fixtures.Robert Collins2012-12-172-0/+6
* * The docs for fixtures have been updated to cover the full API.Robert Collins2012-12-172-2/+32
* * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-1711-66/+176
|\
| * Update docs.Robert Collins2012-12-171-5/+18
| * * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-1710-61/+158
|/
* * ``FakeLogger`` has been split out into a ``LogHandler`` fixture that canRobert Collins2012-12-165-13/+115
|\
| * Drop the MementoHandler stuff.Jonathan Lange2012-12-132-65/+1
| * Rest of the tests for LogHandler.Jonathan Lange2012-12-131-0/+34
| * Give up on MementoHandler, just test LogHandler instead.Jonathan Lange2012-12-134-19/+21
| * Change the MementoHandler to store a dict. Jonathan Lange2012-12-134-4/+66
| * Make handler public.Jonathan Lange2012-12-131-3/+3
| * Extract the handler managing bit of FakeLogger into its own fixture.Jonathan Lange2012-12-131-12/+38
| * Add MementoHandler.Jonathan Lange2012-12-132-2/+38