Skip to content

Test Coverage

Scott Behrens edited this page Aug 13, 2014 · 3 revisions

Sketchy has partial test coverage.

To run tests, you must install the development requirements:

cd sketchy/
source sketchenv/bin/activate
pip install -r dev_requirements.txt

Next navigate to the root of Sketchy and run the following command:

nosetests tests.py:SketchApiTestCase

The test file uses the config-test.py configuration file. You need to ensure Celery and your broker are running, as Celery is not mocked out.