Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2017-11-25 13:56:31 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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.
   2016-08-22 15:30:40 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-test-httpbin to 0.2.3.

Changes not found.
   2016-01-02 11:46:01 by Thomas Klausner | Files touched by this commit (4)
Log message:
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.

Next | Query returned 13 messages, browsing 11 to 20 | previous