summaryrefslogtreecommitdiff
path: root/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.0.0HEADtrunkRobert Collins2014-10-281-1/+1
|
* Release 0.3.17.Robert Collins2014-09-261-21/+8
|
* Add support for datefmt in FakeLoggerSean Dague2014-09-262-2/+16
| | | | | | | | | | | | | | | The logging fixture is extremely useful to be used a temp buffer for collecting log messages into a buffer, and only decide if we're going to emit them after some event in the future (like the failure or success of some future criteria). However, in it's current form we are not given access to the datefmt variable of the underlying Formatter, which means we always end up with the default python time string for %(asctime), which looks incorrectly localized many places. This merely adds the ability to pass the datefmt param through to the Formatter. Signed-off-by: Sean Dague <sean@dague.net>
* Migrate to git and pbr.Robert Collins2014-09-2533-0/+2966
No functional changes.