Skip to content

evergreen-ci/commit-queue-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a702ad8 · Jan 22, 2025
Oct 27, 2021
Jan 17, 2020
Jul 30, 2019
Jul 30, 2019
Jan 2, 2024
Jul 30, 2019
Apr 15, 2024
Nov 5, 2024
Dec 14, 2023
Aug 17, 2021
Jan 17, 2024
Jan 22, 2025
Jun 23, 2023
Mar 14, 2024
Sep 5, 2024
Jan 15, 2025
Jan 24, 2024
Dec 9, 2024
Apr 9, 2024
Apr 9, 2024
Jul 30, 2019
Jul 30, 2019
Jun 8, 2023
Sep 15, 2020
Jan 13, 2021
May 28, 2024

Repository files navigation

commit-queue-playground

Repository here to experiment with the commit queue or whatever else.

Testing

Run tests with pytest.

$ pip install -r requirements.txt
$ pytestme please

need a later commit to put a tag on

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