python-testfixtures

Collection of helpers and mock objects (Python2 version)
  https://github.com/Simplistix/testfixtures
  0
  no reviews



TestFixtures is a collection of helpers and mock objects that are useful when writing unit tests or doc tests. It includes tools for a wide range of tasks:

* Comparing objects and sequences
* Mocking out objects and methods
* Mocking dates and times
* Testing logging
* Testing output to streams
* Testing with files and directories
* Testing exceptions
* Testing warnings
* Testing use of the subprocess package
* Testing with zope.component
This package contains the Python 2 version of the library.