slogging/.unittests

5 lines
119 B
Bash
Executable File

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