From chris.dent at gmail.com Fri Oct 13 07:46:35 2017 From: chris.dent at gmail.com (chris.dent at gmail.com) Date: Fri, 13 Oct 2017 15:46:35 +0100 (BST) Subject: [TIP] Gabbi 1.36.0 released Message-ID: Gabbi is a tool for running HTTP tests where requests and responses are represented in a declarative YAML-based form. A new version, 1.36.0, has been released to pypi: https://pypi.python.org/pypi/gabbi/1.36.0 Releases Notes are a part of the docs at: https://gabbi.readthedocs.io/en/latest/release.html Since it's been a while since I made a release announcement I published a bit of a thank you note on my blog which might be of use for understanding what gabbi is all about: https://anticdent.org/gabbi-1360.html If you have any questions, feel free to ask me. Gabbi has proven to be an extremely useful tool. -- Chris Dent http://burningchrome.com/ [...] From chris at withers.org Sat Oct 28 02:04:48 2017 From: chris at withers.org (Chris Withers) Date: Sat, 28 Oct 2017 10:04:48 +0100 Subject: [TIP] testfixtures 5.3.0 released! Message-ID: 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| 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: