https://github.com/pytest-with-eric/pytest-mocking-email-course
https://github.com/pytest-with-eric/pytest-mocking-email-course
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pytest-with-eric/pytest-mocking-email-course
- Owner: Pytest-with-Eric
- Created: 2024-08-03T12:01:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-11T06:06:59.000Z (over 1 year ago)
- Last Synced: 2025-01-29T12:29:37.427Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.