Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
testfixtures 2.3.5 Released!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Withers  
View profile  
 More options Aug 13 2012, 4:26 am
Newsgroups: comp.lang.python
From: Chris Withers <ch...@simplistix.co.uk>
Date: Mon, 13 Aug 2012 09:26:24 +0100
Local: Mon, Aug 13 2012 4:26 am
Subject: testfixtures 2.3.5 Released!
Hi All,

I'm pleased to announce the release of testfixtures 2.3.5. testfixtures
is a collection of helpers for writing succinct unit tests including
help for:

- Comparing objects and sequences

Better feedback when the results aren't as you expected along with
support for comparison of objects that don't normally support comparison.

- Mocking out objects and methods

Easy to use ways of stubbing out objects, classes or individual methods
for both doc tests and unit tests. Special helpers are provided for
testing with dates and times.

- Testing logging

Helpers for capturing logging output in both doc tests and unit tests.

- Testing stream output

Helpers for capturing stream output, such as that from print statements,
and making assertion about it.

- Testing with files and directories

Support for creating and checking files and directories in sandboxes for
both doc tests and unit tests.

- Testing exceptions

Easy to use ways of checking that a certain exception is raised, even
down the to the parameters the exception is raised with.

This release fixes a small bug that meant failures in dictionary
comparison didn't always produce the same output. (It was correct, just
partly unsorted)

The package is on PyPI and a full list of all the links to docs, issue
trackers and the like can be found here:

http://www.simplistix.co.uk/software/python/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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »