#!/bin/bash

nosetests test_swauth/unit --exe --with-coverage --cover-package swauth --cover-erase
rm -f .coverage
