slogging/.unittests
2011-06-17 14:57:29 -05:00

5 lines
119 B
Bash
Executable File

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