contexts icon indicating copy to clipboard operation
contexts copied to clipboard

Replace tests with httpbin service

Open razbakov opened this issue 7 years ago • 3 comments

I suggest to use httpbin to replace www fixture and make tests more readable.

razbakov avatar Aug 24 '17 13:08 razbakov

I dont't think it is a good idea to rely on an external service for the tests.

elkangaroo avatar Aug 31 '17 12:08 elkangaroo

Then maybe index.php should return at least json?

razbakov avatar Aug 31 '17 13:08 razbakov

@razbakov I don't know how httpbin was one year ago but it can now be launched as a Docker container with docker run -p 80:80 kennethreitz/httpbin so it can be launched locally, it would not be an external service.

alexislefebvre avatar Sep 25 '18 14:09 alexislefebvre