slogging/.unittests
2015-02-15 11:25:16 -08:00

5 lines
122 B
Bash
Executable File

#!/bin/bash
nosetests test_slogging/unit --exe --with-coverage --cover-package slogging --cover-erase $@
rm -f .coverage