pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-test-httpbin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  2 10:46:01 UTC 2016

Added Files:
        pkgsrc/www/py-test-httpbin: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-test-httpbin/DESCR \
    pkgsrc/www/py-test-httpbin/Makefile pkgsrc/www/py-test-httpbin/PLIST \
    pkgsrc/www/py-test-httpbin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index