#!/bin/sh PYTHONPATH=. DJANGO_SETTINGS_MODULE=config.settings.development coverage run -m django test coverage html xdg-open ./htmlcov/index.html