CSCI-GA-2820-SP23-001 / recommendations

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

Added fixes for VSCode and pylint warnings #20

Closed sh6900 closed 1 year ago

sh6900 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                     69      0   100%
----------------------------------------------------------------
TOTAL                                312     17    95%
----------------------------------------------------------------------

Ran 38 tests in 1.050s

OK

PROBLEMS No problems have been detected in the workspace.