Skip to content

miguelestradam36/python-testing-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tests

Python tests with the usage of Tox, Poetry and Sphinx packages.

Github Workflows implemented for testing.

About the project

Poetry Tox and pytest tools usage

Installing the requirements

pip install -r requirements.txt

Running the tests

pytest tests

or

tox

or

poetry install
poetry run pytest tests/

Documentation

Read the documentation provided.