Metadata-Version: 2.1
Name: pytest-stepfunctions
Version: 0.1a1
Summary: A small description
Home-page: https://github.com/chehsunliu/pytest-stepfunctions
Author: Che-Hsun Liu
Author-email: chehsunliu@gmail.com
License: MIT
Description: # pytest-stepfunctions
        
        ![GitHub Actions/CI](https://github.com/chehsunliu/pytest-stepfunctions/workflows/CI/badge.svg)
        [![codecov](https://codecov.io/gh/chehsunliu/pytest-stepfunctions/branch/master/graph/badge.svg)](https://codecov.io/gh/chehsunliu/pytest-stepfunctions)
        ![pypi-version](https://img.shields.io/pypi/v/pytest-stepfunctions)
        ![pypi-pyversions](https://img.shields.io/pypi/pyversions/pytest-stepfunctions)
        
        A pytest fixture that makes you able to mock Lambda code during AWS StepFunctions local testing
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
