-
Notifications
You must be signed in to change notification settings - Fork 0
Python Testing
Frederick Wagner edited this page Dec 5, 2016
·
2 revisions
I'm very interested in learning about and improving the state of testing in Python. Here's some relevant resources as I discover them.
- testtools: "tasteful testing for Python"
-
responses
- "A utility for mocking out the Python Requests library."
- https://github.com/getsentry/responses
-
HTTPretty
- "HTTP client mocking tool for Python, it's like ruby's FakeWeb for python"
- https://httpretty.readthedocs.io/en/latest/
- https://github.com/gabrielfalcao/HTTPretty