#!/bin/bash

nosetests test_slogging/unit --exe --with-coverage --cover-package slogging --cover-erase
rm -f .coverage