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

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)

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.