/test_repo_pytester

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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 run pytest with the GitHub Action pytester-cov
  • tests/ directory which contains the various pytest tests to run