Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3 Simple Ways To Omit Subfolders From Python Coverage Reports

NotificationsYou must be signed in to change notification settings

Pytest-with-Eric/python-coverage-omit-subfolder-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is an example of how to omit a subfolder in the source code from the coverage report, for the article3 Simple Ways To Omit Subfolders From Python Coverage Reports.

The tests for the module are written using thepytest framework.

Usage

Create a virtual environment and install the dependencies:

$ python3 -m venv venv$source venv/bin/activate$ pip install -r requirements.txt

To run the tests, you can use the following command:

$ pytest

If you have any questions about the project please raise an Issue on GitHub.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp