Skip to main content

Finds a python-thing, like a class, a function or a variable by string and loads it

Project description

not_covered_lines

This module takes a path to a directory, where previously coverage.py was executed and thus now has the file .coverage in it, which it reads. It outputs a list of missing lines in the form [(filename, line_number)]

Usage Example

See usage_example.py as an example:

$ python3 usage_example.py example.coverage

Note: normally it is just .coverage but this file is used for testing and as long as it ends with .coverge the path is fine

Obviously you want to use this as library, not as script.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

not_covered_lines-0.0.2.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

not_covered_lines-0.0.2-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page