oss-slu/ml_code_generator

Add test for all routes in the flask_app/flask_main.py

Ouverte

#46 ouverte le 4 oct. 2022

 (3 commentaires) (0 réaction) (0 personne assignée)Python (25 forks)auto 404
good first issuetesting

Métriques du dépôt

Stars
 (2 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

There are currently no test cases verifying that all routes in flask_app/flask_main.py work. As we make changes to this code base, we want to ensure that this layer continues to work. This should be automatic tests that developers can run in their environment and that run with each push to the repo.

Guide contributeur