Question d’entretien chez _nology

How do you test code?

Réponse à la question d'entretien

Utilisateur anonyme

7 juil. 2022

I test code by trying to make it fail. I anticipate and catch errors so that they are handled before code is deployed. In Python, I create a tests folder and create a test file for each endpoint to made sure that status codes, data types, and values are returned as expected.