CSCI-GA-2820-SP23-001 / recommendations

This repository contains the recommendations service
Apache License 2.0
0 stars 1 forks source link

Added ability to query recommendation #33

Closed olluyeancah closed 1 year ago

olluyeancah commented 1 year ago

Test Flask CLI Commands

Recommendation Server Tests

Name Stmts Miss Cover Missing

service/init.py 18 3 83% 31-34 service/common/cli_commands.py 7 0 100% service/common/error_handlers.py 38 13 66% 32, 38-40, 62-64, 77-79, 107-109 service/common/log_handlers.py 11 1 91% 35 service/common/status.py 45 0 100% service/config.py 5 0 100% service/models.py 119 0 100% service/routes.py 83 0 100%

TOTAL 326 17 95%

Ran 42 tests in 1.989s

OK