=======
Testing
=======

Fedimg provides a growing suite of unittests. The tests uses `pytest`_ Python
package.

Running the tests
-----------------

Refer to the documentation to setup your virtualenv.

#. Activate the virtualenv::

    $ cd /path/to/fedimg/git/source
    $ source ./fedimg_env/bin/activate

#. Run the tests::

    $ python setup.py test

.. _pytest: https://pytest.org/
