Skip to content

omisolaidowu/code_coverage_with_Pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_coverage_with_Pytest

This mock test measures the amount of code the test covers using Pytest's coverage.py plugin. It simultaneously runs the test on a cloud grid.

Test Structure

Coverage_demo
├─ .gitignore
├─ locators
│  ├─ locator.py
│  
├─ plain_tests
│  ├─ plain_tests.py
│  
├─ run_coverage
│  ├─ run_coverage.py
|  ├─ .env
├─ setup
│  ├─ setup.py
│
└─ testscenario
   ├─ scenarioRun.py

To Run this Test Coverage:

cd run_coverage

Then run:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages