Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100243
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | testfixtures 4.7.0 Released! |
| Date | 2015-12-10 18:02 +0000 |
| Message-ID | <mailman.119.1449771004.12405.python-list@python.org> (permalink) |
Hi All,
I'm pleased to announce the release of testfixtures 4.7.0. Since 4.5.1,
the following have been added:
- Add the ability to pass raises=False to compare() to just get
the resulting message back rather than having an exception raised.
- Fix a bug that mean symlinked directories would never show up when
using TempDirectory.compare() and friends.
- Add the `followlinks` parameter to TempDirectory.compare() to
indicate that symlinked or hard linked directories should be recursed
into when using `recursive=True`.
The package is on PyPI and a full list of all the links to docs, issue
trackers and the like can be found here:
https://github.com/Simplistix/testfixtures
Any questions, please do ask on the Testing in Python list or on the
Simplistix open source mailing list...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
testfixtures 4.7.0 Released! Chris Withers <chris@simplistix.co.uk> - 2015-12-10 18:02 +0000
csiph-web