# pytest-request-fixture-example **Repository Path**: lym51/pytest-request-fixture-example ## Basic Information - **Project Name**: pytest-request-fixture-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2025-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pytest Request Fixture Example This repo contains the sample code for the article - [How To Access Test Details With Pytest Request Fixture)](https://pytest-with-eric.com/fixtures/built-in/pytest-request-fixture/) # Requirements * Python (3.12) Please install the dependencies via [Poetry](https://python-poetry.org/) by running the following command from the root of the repo ```shell poetry install ``` # How To Run the Unit Tests To run the Unit Tests, from the root of the repo run ```shell poetry run pytest ``` If you have any questions about the project please raise an Issue on GitHub.