python3-txfixtures

Twisted integration with Python test fixtures
  https://launchpad.net/txfixtures
  0
  no reviews



The txfixtures package hooks into the Python testtools "test fixture" interface, allowing you to write integration tests that rely on having external Twisted service processes (or other types of service processes or external resources in general) and possibly interact with them using blocking APIs from test cases, that will run asynchronously in the background.

This package provides the Python 3.x modules.