Metadata-Version: 2.1
Name: rehearser
Version: 0.1.18
Summary: Rehearser makes writing reliable unit tests super easy!
Home-page: https://github.com/kevinchwong/rehearser-examples
Author: Kevin C. Wong
Author-email: kevinchwong@gmail.com
Keywords: unit testing,contract testing,testing tools,open source,developer tools,rehearsal,proxy,rehearser
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3

# Quick Start
You can use `Rehearser` to build reliable unit tests quickly

Please check https://github.com/kevinchwong/rehearser-examples

----

## Installation

```bash
pip install rehearser
```

## Tutorials
  - [Introduction](https://medium.com/@kevinchwong/unveiling-rehearser-revolutionize-your-python-unit-tests-d53eaa809d23)
  - [Step-by-step](https://medium.com/@kevinchwong/unlock-the-secrets-of-efficient-python-testing-with-rehearser-2b967f16c706)



