pytester_test_repo
Copyright (c) 2021, programmingwithalex
Description
This repo serves as a reference for the YouTube video.
Demonstration of how to incorporate pytest code coverage into a Python project.
The code coverage checking is handled by a custom GitHub Action pytester-cov
written by myself.
Contents
.py
simplistic files to runpytest
with the GitHub Actionpytester-cov
tests/
directory which contains the variouspytest
tests to run