python3-testfixtures

Collection of helpers and mock objects (Python3 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 3 version of the library.