Skip to main content

tblineinfo is a py.test plugin that insert the node id in the final py.test report when --tb=line option is used

Project description

Introduction

pytest-tblineinfo is a py.test plugin that insert the node id in the final py.test report when --tb=line option is used.

Rationale

By default in the --tb=line mode, py.test only report the python file and line where the assertion occurs. When the exception occurs in an helper or plugin function, it is not easy to relate the error with a test.

This plugin is intended to resolve this issue.

Installation

pip install pytest-tblineinfo

Usage

Simply call py.test with --tb=line once the plugin is installed, and the end report of py.test will prefix the errors with the test name.

Contributing

Sources are available either on bitbucket (mercurial repo) or github (git repo):

Pull request are welcomed !

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-tblineinfo-0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pytest_tblineinfo-0.4-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 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