Skip to main content

A pytest plugin to show the line numbers of test functions

Project description

pytest-lineno

A pytest plugin to show the line numbers of test functions.

Installation

pip install pytest-lineo

Usage

pytest --show-lineno --verbose

The output should look like:

tests/test_file.py:0::test_func PASSED               [ 50%]
tests/test_file.py:5::TestClass::test_method PASSED  [100%]
                # ^^^
                # By clicking `tests/test_file.py:5`,
                # you can jump to `TestClass.test_method`

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

pytest-lineno-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

pytest_lineno-0.0.1-py3-none-any.whl (3.1 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