Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 642 Bytes

File metadata and controls

20 lines (14 loc) · 642 Bytes

pytest_sessionstart and pytest_sessionfinish Hooks Example

This repo contains the sample code for the article - pytest_sessionstart and pytest_sessionfinish (A Complete Guide)

Requirements

  • Python (3.12)

Please install the dependencies via Poetry by running the following command from the root of the repo

poetry install

How To Run the Unit Tests

To run the Unit Tests, from the root of the repo run

poetry run pytest

If you have any questions about the project please raise an Issue on GitHub.