This repo contains the sample code for the article - How To Ignore Warnings In Pytest (With Examples)
- Python (3.12)
Please install the dependencies via Pipenv.
pipenv install
To run the Unit Tests, from the root of the repo run
pytest
If you have any questions about the project please raise an Issue on GitHub.