#!/bin/bash

pytest --debug=trace --cov=jarbin_toolkit_log --cov-report=html
xdg-open htmlcov/index.html
rm -f .coverage
