Repository here to experiment with the commit queue or whatever else.
$ pip install -r requirements.txt
$ pytestme please
To get code coverage information, use the --cov flag
$ pip install -r requirements.txt
$ pytest --cov=src --cov-report=html
This will generate an html coverage report in htmlcov/
directory.
yes