Metadata-Version: 2.1
Name: mocking-utils
Version: 1.0.0
Summary: Highly useful utilities for mocking execution flow during unit test execution.
Home-page: https://github.com/do-py-together/mocking-utils
Author: Tim Davis
Author-email: timdavis.3991@gmail.com
License: UNKNOWN
Keywords: development,OO
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown

# mocking-utils
![release](https://img.shields.io/github/package-json/v/do-py-together/mocking-utils?label=release&logo=release&style=flat-square)
![build](https://img.shields.io/github/workflow/status/do-py-together/mocking-utils/test?style=flat-square)
![coverage](https://img.shields.io/codecov/c/github/do-py-together/mocking-utils?style=flat-square)
![dependencies](https://img.shields.io/librariesio/release/pypi/mocking-utils?style=flat-square)

Highly useful utilities for mocking execution flow during unit test execution.

### Testing & Code Quality
Code coverage reports for master, branches, and PRs 
are posted [here in CodeCov](https://codecov.io/gh/do-py-together/mocking-utils).



