Closed JagrajAulakh closed 1 year ago
Closes #80
Made tests for api/posts and api/users.
api/posts
api/users
Didn't make tests for api/tokens and api/auth because
api/tokens
api/auth
flask_httpauth
Coverage for posts and users are 97% and 96% respectively:
After rebase on master, here are the new coverages:
Code looks fine, I ran the branch and all 70 pytests passed with 8 warnings. Should be good to merge if there are no conflicts
Closes #80
What I did
Made tests for
api/posts
andapi/users
.Didn't make tests for
api/tokens
andapi/auth
becauseflask_httpauth
😃Coverage for posts and users are 97% and 96% respectively: