Skip to content

Commit 7c58501

Browse files
Update README.md
1 parent 861ee36 commit 7c58501

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# pytest-fixture-autouse-example
2-
This repo contains the sample code for the article - pytest fixture autouse
1+
# Pytest Fixture Autouse Example
2+
This repo contains the sample code for the article - [How to Auto-Request Pytest Fixtures Using "Autouse"](https://pytest-with-eric.com/pytest-advanced/pytest-fixture-autouse/).
3+
4+
The article explains how to use the `autouse` parameter of the `@pytest.fixture` decorator to automatically request a fixture for all tests in a module.
35

46
# Requirements
5-
* Python (3.10.6)
7+
* Python (3.11+)
68

79
Please install the dependencies via the `requirements.txt` file using
810
```bash

0 commit comments

Comments
 (0)