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

https://github.com/pytest-with-eric/pytest-mocking-email-course


https://github.com/pytest-with-eric/pytest-mocking-email-course

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pytest Mocking Email Course

This repo contains the sample code for the Pytest Mocking Email Course on Pytest with Eric.

# 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.