Skip to main content

pytest plugin to list Python warnings in pytest report

Project description

pytest-warnings

Warning

This package is inactive and will not be maintained. The functionality of this package is present in pytest.

py.test plugin to list Python warnings in pytest report.

Integrated in pytest >= 3.1.0.

Usage

install via:

pip install pytest-warnings

if you then type:

py.test -rw

any warnings in your code are reported in the pytest report. You can use the -W option or --pythonwarnings exactly like for the python executable.

The following example ignores all warnings, but prints DeprecationWarnings once per occurrence:

py.test -rw -W ignore -W once::DeprecationWarning

You can also turn warnings into actual errors:

py.test -W error

Advance usage

You can get more fine grained filtering of warnings by using the filterwarnings configuration option.

filterwarnings works like the python’s -W flag except it will not escape special characters.

Example

# pytest.ini
[pytest]
filterwarnings= default
                ignore:.*is deprecated.*:Warning
                error::DeprecationWarning:importlib.*

Changes

0.3.0 - 2017-05-21

  • Add Travis CI config. [dwaynebailey (Dwayne Bailey)]

  • Make wheels universal. [aragilar (James Tocknell)]

  • Since this plugin is integrated in pytest 3.1.0, we show a deprecation warning and advice to uninstall the plugin. [nicoddemus (Bruno Oliveira), fschulze]

0.2.0 - 2016-10-24

  • Add filterwarnings option. [Carreau (Matthias Bussonnier)]

0.1.0 - 2016-06-27

  • Initial release. [fschulze (Florian Schulze)]

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-warnings-0.3.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

pytest_warnings-0.3.1-py2.py3-none-any.whl (3.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest-warnings-0.3.1.tar.gz.

File metadata

  • Download URL: pytest-warnings-0.3.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: devpi-server/5.5.0 (py3.7.6; darwin)

File hashes

Hashes for pytest-warnings-0.3.1.tar.gz
Algorithm Hash digest
SHA256 5939f76fe04ad18297e53af0c9fb38aca1ec74db807bd40ad72733603adbbc7d
MD5 89c7f98d43b1e6ce666a35daa1e30f46
BLAKE2b-256 e95dc782fd57596801b4eea84243083a80cb666d10dd0b3360123391d0ec7481

See more details on using hashes here.

File details

Details for the file pytest_warnings-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_warnings-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2b779c3f479179fdb5c3935c44105d21c42938d19913523dd26ca34d2e74209a
MD5 0f096753da6bd5b73ce3d1dc5d0ce431
BLAKE2b-256 012f74fecb0fd1a87272fd29af0c41ea86992a070c47373447b6a544f257c4e0

See more details on using hashes here.

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