Nose plugin to add warnings filters (turn them into error) using nose.cfg file.
Project description
Allow to inject warning filters during nosetest.
Put the same arguments as warnings.filterwarnings in setup.cfg at the root of your project. Separated each argument by pipes |, one filter per line. Whitespace are stripped.
for example:
[nosetests]
warningfilters=default |.* |DeprecationWarning |notebook.*
ignore |.*metadata.* |DeprecationWarning |notebook.*
once |.*schema.* |UserWarning |nbfor.*
error |.*warn.* |DeprecationWarning |notebook.services.contents.manager*
If you prefer another name for the configuration file, you can tell nose to load the configuration using the -c flag: run the tests with nosetests -c nose.cfg.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nose_warnings_filters-0.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: nose_warnings_filters-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
387dd4108b15b1251cedf73f3b51c0846beb70fa3d9ff690da71c37285dc7ea4
|
|
| MD5 |
a23c685e2e2c23e2fcf37181d28fce87
|
|
| BLAKE2b-256 |
01e159064c39fb6287febf97f7cfe7d540424eb0bf3c7ae4ce666c686478dc01
|