#!/bin/bash cd test/unit nosetests --exe --with-coverage --cover-package plugins --cover-erase $@ rm -f .coverage cd -