https://github.com/pytest-with-eric/pytest-request-fixture-example
How To Access Test Details With Pytest Request Fixture)
https://github.com/pytest-with-eric/pytest-request-fixture-example
pytest-fixtures pytest-request-fixture
Last synced: about 1 month ago
JSON representation
How To Access Test Details With Pytest Request Fixture)
- Host: GitHub
- URL: https://github.com/pytest-with-eric/pytest-request-fixture-example
- Owner: Pytest-with-Eric
- Created: 2024-07-13T10:05:04.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:21:32.000Z (10 months ago)
- Last Synced: 2025-01-29T12:29:35.580Z (3 months ago)
- Topics: pytest-fixtures, pytest-request-fixture
- Language: Python
- Homepage: https://pytest-with-eric.com/fixtures/built-in/pytest-request-fixture/
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.