#!/bin/bash
pytest --cov=. --cov-report=term --cov-report=html
