Metadata-Version: 2.1
Name: pytest_resilient_circuits
Version: 37.2.215
Summary: Resilient Circuits fixtures for PyTest.
Home-page: https://developer.ibm.com/resilient
Author: IBM Resilient
Author-email: support@resilientsystems.com
License: MIT
Description: # pytest-resilient-circuits
        
        This package is a `py.test` plugin that provides fixtures to facilitate testing resilient-circuits applications.
        
        ### Recent Changes
         2019-10-07: version 34.0.194
         
         
         
         * Fixed the namespace issue causing the plugin to be unusable with latest pytest.
         
         
        
        
        ### Requirements
        
        The `resilient` and `resilient-circuits` packages should be installed before use.
        
        Other requirements are installed when you install the package.
        
        
        ### Installing this module
        
        To install a pre-built package file:
        
            pip install dist/pytest_resilient_circuits-x.x.x.tar.gz
        
        
        To install directly into your local Python environment:
        
            python setup.py install
        
        
        To build the installable package file:
        
            python setup.py sdist --formats=gztar
        
        This creates a single file `dist/pytest_resilient_circuits-x.x.x.tar.gz` (the filename will
        vary according to the current version).
        
        
        ### Usage
        
        For usage instructions and examples, please see the Resilient Integrations Python Developer's Guide.
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
