Metadata-Version: 2.0
Name: pytestutils
Version: 0.1
Summary: A pytest plugin that patches imports and replaces them with mocks, when the imports are initially run.
Home-page: https://github.com/zancas/testutils-python
Author: Za Wilgustus
Author-email: Joshua.Wilcox@F5.com
License: Apache Software License
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: mock (>=1.0.1)
Requires-Dist: pytest (>=2.8.2)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'

# testutils-python
Test infrastructure library.


