JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

Get started with testing our flask app #9

Closed JanKaczmarski closed 2 months ago

JanKaczmarski commented 2 months ago

Getting started with testing our flask app

  1. Initialise the usage of PyTest in this project, it should be fairly simple.

  2. Watch tutorial or two and implement necessary initialisation steps for our project.

Each developer should learn how to create unit tests using PyTest. It's obligatory so we can create a robust application and later down the line fix bugs many times faster. @Carexo @maciusmajor @Volqano @JanKaczmarski