Metadata-Version: 1.1
Name: txfixtures
Version: 0.1.4
Summary: Treat Twisted applications as Python test fixtures
Home-page: https://launchpad.net/txfixtures
Author: Martin Pool
Author-email: mbp@canonical.com
License: UNKNOWN
Description: ********************************************
        Twisted integration with Python Testfixtures
        ********************************************
        
        txfixtures hooks into the testtools 'test fixture' interface, so that you can
        write tests that rely on having an external Twisted daemon. ::
        
            self.useFixture(LibrarianServerFixture)
        
        See 
            https://launchpad.net/txfixtures
            httsp://launchpad.net/testtools
        
        Licence: GPLv3
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires: fixtures
Requires: testtools
Requires: twisted
