8000 GitHub - ajgribble/code-coverage-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajgribble/code-coverage-demo

Repository files navigation

Setup

  1. Create a virtual env python -m venv venv
  2. Activate the virtual env source ./venv/bin/activate
  3. Install local dependencies pip install -r requirements.txt
  4. Make package "editable" pip install -e .
  5. Run tests to test code pytest
  6. Run coverage to check complete test coverage coverage run -m pytest
  7. Run coverage command to generate HTML output pytest --cov demo --cov-report html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0