Metadata-Version: 2.1
Name: fixtures-git
Version: 0.1.0
Summary: unittest fixture to help testing with git repositories
Home-page: https://pypi.python.org/pypi/fixtures-git
Author: Darragh Bailey
Author-email: dbailey@hpe.com
License: Apache License (2.0)
Keywords: fixtures git
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: faker (>=0.8.16)
Requires-Dist: fixtures (>=3.0.0)
Requires-Dist: GitPython (>=1.0.1)

- What is fixtures-git?

It is a small library that can be used with fixtures
(https://pypi.python.org/pypi/fixtures) to quickly build git
repositories from a list defined in python (typically loaded from a
yaml file) to be used to test behaviour of python tools that use git.



