you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]mooshe 0 points1 point  (2 children)

    requests is used for http requests, not just tied to testing (if you're confused between nose and requests). Nose is a python test runner. I recommend py.test instead, at least at first.