tests/ folder

Guide on how to setup a python project using poetry.

tests/ folder

This folder contains the tests of your code files that will be used by a testing library later on (pytest in our case). By default poetry creates two files in this folder:

A good practice it to create a test for each new function that you create in your code.