-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Seems like curdling and HTTPretty are two nice libraries to use.
curdling(https://github.com/clarete/curdling) insists to be a fast, concurrent package manager for python. It looks like a considerable in-the-place replacement for pip. It might speed up debugging and deployment.
HTTPretty(https://github.com/gabrielfalcao/HTTPretty) looks like a good http mocking library to use for testing purposes.
Some tests should be worked on before actually applying these libraries on the project, but they look good.