Remove incorrect reference to 'self' after conversion to function from object with method. Add some simple tests using autospecing to catch passing the wrong number of arguments to the underlying github login methods. Change-Id: I8919997fca40a170fe47811a66db7964ba58a9d3
What is fixtures-git?
Fixtures git is an open source Python library that adheres to the fixtures API defined by https://pypi.python.org/pypi/fixtures
It was initially developed as part of git-upstream tests to make it easy to construct git repositories with various layouts rather than trying to mock/stub git's behaviour.
It is intended to allow developers to define a git repo layout using a list definition of the commit nodes.
To install:
See also https://pypi.python.org/pypi/fixtures-git
You can also install directly from source:
Developers
Bug reports:
Repository:
Cloning:
or
A virtual environment is recommended for development. For example, git-upstream may be installed from the top level directory:
Patches are submitted via Gerrit at:
Please do not submit GitHub pull requests, they will be automatically closed.
More details on how you can contribute is available on the wiki at:
Writing a patch
All code submissions must be pep8 and pyflakes clean. CI will
automatically reject them if they are not. The easiest way to do that is
to run tox before submitting code
for review in Gerrit. It will run pep8 and
pyflakes in the same manner as the automated test suite
that will run on proposed patchsets.
Support
Is via the git-upstream community which is is found on the #git-upstream channel on chat.freenode.net
You can also join via this IRC URL or use the Freenode IRC webchat.