LWN.net Logo

TestFixtures 1.6.1 released

From:  Chris Withers <chris-AT-simplistix.co.uk>
To:  python-list-AT-python.org, python-announce-AT-python.org, simplistix-AT-googlegroups.com
Subject:  TestFixtures 1.6.1 released!
Date:  Sun, 06 Sep 2009 23:18:16 +0100
Message-ID:  <4AA43528.8080107@simplistix.co.uk>
Archive-link:  Article, Thread

Hi All,

I'm pleased to announce a new release of TestFixtures.
This package is a collection of helpers and mock objects that are useful 
when writing unit tests or doc tests.

This release sees the following changes:

- @replace and Replacer.replace can now replace attributes that may
   not be present, provided the `strict` parameter is passed as False.

- should_raise now catches BaseException rather than Exception so
   raising of SystemExit and KeyboardInterrupt can be tested.

To find out more, please read here:

http://pypi.python.org/pypi/testfixtures

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk




-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds