An open API service indexing awesome lists of open source software.

https://github.com/pytest-with-eric/pytest-ignore-warnings-example

How To Ignore Warnings In Pytest (With Examples)
https://github.com/pytest-with-eric/pytest-ignore-warnings-example

pytest-ignore-warnings pytest-warnings

Last synced: 9 months ago
JSON representation

How To Ignore Warnings In Pytest (With Examples)

Awesome Lists containing this project

README

          

# Pytest Ignore Warnings Example

This repo contains the sample code for the article - [How To Ignore Warnings In Pytest (With Examples)](https://pytest-with-eric.com/configuration/pytest-ignore-warnings/)

# Requirements
* Python (3.12)

Please install the dependencies via [Pipenv](https://pipenv.pypa.io/en/latest/).
```commandline
pipenv install
```

# How To Run the Unit Tests
To run the Unit Tests, from the root of the repo run
```commandline
pytest
```

If you have any questions about the project please raise an Issue on GitHub.