Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
forked from cro/coverage_pth

Installs a .pth file which enables coverage for all of python

License

Notifications You must be signed in to change notification settings

vmware-archive/coverage_pth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coverage_pth - install a .pth file to site-packages to enable coverage.py

The instructions for starting coverage.py automatically includes creating a .pth file with the contents:

import coverage; coverage.process_startup()

The project only contains this .pth file so you can easilly have this enabled via a pip install. The wheel files generated are platform and python specific due to the limitations of wheel files, where the relative directory for site-packages needs to be determined at wheel building time, not install time. The directory is dependent on the version of python and the platform you are on.

About

Installs a .pth file which enables coverage for all of python

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%