/commit-queue-sandbox

Repository for experimenting with the evergreen commit queue

Primary LanguagePythonApache License 2.0Apache-2.0

commit-queue-playground

A repository to experiment with the commit queue.

Testing

Run tests with pytest

$ pip install -r requirements.txt
$ pytest

need a later commit to put a tag on

To get code coverage information, use the --cov flag. // adding a comment

$ pip install -r requirements.txt
$ pytest --cov=src --cov-report=html

This will generate an html coverage report in htmlcov/ directory.