Unit tests and data for Alfred-Workflow. Currently an unholy mix of unittest
and py.test
(moving towards the latter).
./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.
extras/testone <module.name> <tests/test_script.py>...
to run test script(s) with coverage for a single module.