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

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)

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.