Skip to content

Latest commit

 

History

History
 
 

tests

Test suite

Unit tests and data for Alfred-Workflow. Currently an unholy mix of unittest and py.test (moving towards the latter).

Running the full suite with coverage

./run-tests.sh

in the project root to run the full test suite in place with coverage.

tox

in the project root to build, install and test with Python 2.6 and 2.7.

Testing a single module with coverage

extras/testone <module.name> <tests/test_script.py>...

to run test script(s) with coverage for a single module.