#!/bin/bash

pytest --cov=epitech_console --cov-report=html
xdg-open htmlcov/index.html
rm .coverage
