#!/bin/bash

coverage run --source=graphe -m pytest -v && coverage report -m
coverage html && open htmlcov/index.html
