This repo contains the sample code for the article - How To Access Test Details With Pytest Request Fixture)
- Python (3.12)
Please install the dependencies via Poetry by running the following command from the root of the repo
poetry installTo run the Unit Tests, from the root of the repo run
poetry run pytestIf you have any questions about the project please raise an Issue on GitHub.