Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: using curdling and HTTPretty #96

Open
tkiapril opened this issue Mar 26, 2015 · 3 comments
Open

Suggestion: using curdling and HTTPretty #96

tkiapril opened this issue Mar 26, 2015 · 3 comments

Comments

@tkiapril
Copy link
Contributor

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.

@dahlia
Copy link
Contributor

dahlia commented Mar 26, 2015

+1

curdling seems promising. We can utilize it for our deployment system.

I’ve tried HTTPretty several times, and it also is useful.

@miaekim
Copy link
Contributor

miaekim commented Mar 26, 2015

curdling looks good.
I wasted some hours finding and installing dependencies of python packages.

I have no idea with HTTPretty, so I will follow other's decision.

@item4
Copy link
Member

item4 commented Apr 11, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants