Metadata-Version: 2.1
Name: pytest_resilient_circuits
Version: 44.1.2953
Summary: Resilient Circuits fixtures for PyTest.
Home-page: https://developer.ibm.com/resilient
Author: IBM Resilient
Author-email: support@resilientsystems.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# pytest-resilient-circuits

This package is a `py.test` plugin that provides fixtures to facilitate testing resilient-circuits applications.

### Recent Changes
 2021-03: version 40.1
 
 * No major changes. Just bumping build number to coincide with other builds


### 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.



