[TIP] testfixtures 5.3.0 released!

Chris Withers chris at withers.org
Sat Oct 28 02:04:48 PDT 2017


Hi All,

I'm pleased to announce the release of testfixtures 5.3.0 featuring the 
following:

  * Add pytest traceback hiding for|TempDirectory.compare()|.
  * Add warnings that|log_capture()|,|tempdir()|and|replace()|are not
    currently compatible with pytest’s fixtures mechanism.
  * Better support for|stdout|or|stderr|/not/being set to|PIPE|when
    using|MockPopen|.
  * Add support to|MockPopen|for using|subprocess.Popen|
    <http://docs.python.org/library/subprocess.html#subprocess.Popen>as
    a context manager in Python 3.
  * Add support to|MockPopen|for|stderr=STDOUT|.

Thanks to Tim Davies for his work on|MockPopen|.

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20171028/fb2ac7f4/attachment.html>


More information about the testing-in-python mailing list