slogging/.unittests

5 lines
122 B
Bash
Executable File

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