Carlosma7 / SquadBot

Telegram bot that offers a series of facilities for managing daily tasks in groups of friends.
GNU General Public License v3.0
0 stars 0 forks source link

Configure a testing framework #4

Closed Carlosma7 closed 2 years ago

Carlosma7 commented 2 years ago

Pytest will be the testing framework chosen for unit testing with python. For that purpose, there will be a requirements.txt file containing this requirement.

Carlosma7 commented 2 years ago

In need of a more specific level of assertions, assertpy library will be used for better assertions.