Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100243 > unrolled thread
| Started by | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| First post | 2015-12-10 18:02 +0000 |
| Last post | 2015-12-10 18:02 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
testfixtures 4.7.0 Released! Chris Withers <chris@simplistix.co.uk> - 2015-12-10 18:02 +0000
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Date | 2015-12-10 18:02 +0000 |
| Subject | testfixtures 4.7.0 Released! |
| Message-ID | <mailman.119.1449771004.12405.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web