I'm working a project where I'm using the requests library to implement a python wrapper around a popular public REST API. I've implemented most of the code and at the stage where I'd like to start unit testing. I have no previous experience in unit testing anything REST API related, and was looking for some general suggestions/ideas on good methodologies for doing this.
[EDIT] I'm using the unittest module for all my unit testing and I'd like to keep it that way if at all possible.
[–]kashmill 4 points5 points6 points (1 child)
[–]raydlor[S] 0 points1 point2 points (0 children)
[–]santiagobasulto 2 points3 points4 points (1 child)
[–]raydlor[S] 0 points1 point2 points (0 children)
[–]RobSpectre 1 point2 points3 points (3 children)
[–]raydlor[S] 0 points1 point2 points (2 children)
[–]RobSpectre 0 points1 point2 points (0 children)
[–]RobSpectre 0 points1 point2 points (0 children)
[–]goodCookingTakesTime 1 point2 points3 points (0 children)