Commit graph

5 commits

Author SHA1 Message Date
adam
706aa4dddf py-test-httpbin: updated HOMEPAGE; removed unused DEPENDS 2018-05-23 10:59:08 +00:00
adam
564d865c04 py-test-httpbin: added "python" to CATEGORIES 2018-05-02 07:30:41 +00:00
wiz
cd1c7812ed py-test-httpbin: update to 0.3.0.
Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
    Allow server to be thread.join()ed (thanks @graingert)
    Add support for Python 3.6 (thanks @graingert)

Add comment about test failure.
2017-11-25 12:56:31 +00:00
wiz
0b7c4280bd Updated py-test-httpbin to 0.2.3.
Changes not found.
2016-08-22 13:30:40 +00:00
wiz
8890701049 Import py-test-httpbin-0.2.0 as www/py-test-httpbin.
httpbin is an amazing web service for testing HTTP libraries. It
has several great endpoints that can test pretty much everything
you need in a HTTP library. The only problem is: maybe you don't
want to wait for your tests to travel across the Internet and back
to make assertions against a remote web service (speed), and maybe
you want to work offline (convenience).

Enter pytest-httpbin. Pytest-httpbin creates a pytest fixture that
is dependency-injected into your tests. It automatically starts up
a HTTP server in a separate thread running httpbin and provides
your test with the URL in the fixture.
2016-01-02 10:46:01 +00:00