[TIP] testfixtures 4.7.0 Released!

Chris Withers chris at simplistix.co.uk
Thu Dec 10 10:02:49 PST 2015


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



More information about the testing-in-python mailing list