Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96635
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Subject | testfixtures 4.3.0 Released! |
| Date | 2015-09-15 14:54 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.596.1442325725.8327.python-list@python.org> (permalink) |
Hi All,
I'm pleased to announce the release of testfixtures 4.3.0. This is a
feature release that adds the following:
- Add TempDirectory.compare with a cleaner, more explicit API that
allows comparison of only the files in a temporary directory.
- Deprecate TempDirectory.check, TempDirectory.check_dir
and TempDirectory.check_all
- Relax absolute-path rules so that if it's inside the TempDirectory,
it's allowed.
- Allow OutputCapture to separately check output to stdout and
stderr.
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
testfixtures 4.3.0 Released! Chris Withers <chris@simplistix.co.uk> - 2015-09-15 14:54 +0100
csiph-web