oss-slu/ml_code_generator

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

Open

#46 opened on Oct 4, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (25 forks)auto 404
good first issuetesting

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide