https://github.com/pytest-with-eric/pytest-poetry-example
How To Run Pytest With Poetry (A Step-by-Step Guide)
https://github.com/pytest-with-eric/pytest-poetry-example
poetry-python pytest-poetry
Last synced: 3 months ago
JSON representation
How To Run Pytest With Poetry (A Step-by-Step Guide)
- Host: GitHub
- URL: https://github.com/pytest-with-eric/pytest-poetry-example
- Owner: Pytest-with-Eric
- Created: 2024-05-10T12:34:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:46:27.000Z (about 1 year ago)
- Last Synced: 2025-01-29T12:29:40.843Z (5 months ago)
- Topics: poetry-python, pytest-poetry
- Language: Python
- Homepage: https://pytest-with-eric.com/getting-started/poetry-run-pytest/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytest Poetry Example
## Description
This repository contains an example project (simple Mortgage Calculator) that demonstrates how to use [Pytest](https://docs.pytest.org/en/stable/) with [Poetry](https://python-poetry.org/) to test a Python project.
[How To Run Pytest With Poetry (A Step-by-Step Guide)](https://pytest-with-eric.com/getting-started/poetry-run-pytest/)
## Installation
To install the project, you need to have Poetry installed. If you don't have it installed, you can install it by following the instructions [here](https://python-poetry.org/docs/#installation).
## Usage
To run the tests, you can use the following command:
```bash
poetry run pytest
```If you have any questions about the project please raise an Issue on GitHub.