testfixtures 5.3.0 released!

Chris Withers chris at withers.org
Sat Oct 28 05:04:48 EDT 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



More information about the Python-list mailing list