You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: