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.

  1. Activate the virtualenv:

    $ cd /path/to/fedimg/git/source
    $ source ./fedimg_env/bin/activate
    
  2. Run the tests:

    $ python setup.py test