CoreySutphin / reddit-clone

MIT License
1 stars 0 forks source link

Testing for upvoting/downvoting a post is incomplete. #23

Open CoreySutphin opened 6 years ago

CoreySutphin commented 6 years ago

Still needed: Making sure a user can't upvote/downvote same post twice, potentially testing the capabilities of the server by flooding the '/post/vote' endpoint with requests, ensuring that if a user sends an upvote to a post they had previously downvoted their upvote/downvote data will be accurately changed, etc...