git-tests

Created
Was maintained by briangribble
A test case for git
git clone
git-tests
=========
A script to test functionality of git updates in Fedora. Mainly for members of the Fedora QA Team to help determine karma.
Getting started
***************
These instructions will allow you to test Fedora updates of Git.
::
    git clone https://pagure.io/git-tests.git
    cd git-tests
    ./runtests.sh -a
The output will show if the tests succeeded or failed. Failures will provide additional output to help determine if a BZ report should be filed.
Single tests can be run with ``runtests.sh -s testcase``. To list all test cases use ``runtests.sh -l``.