Path to this page:
./
www/py-test-httpbin,
Easily test your HTTP library against a local copy of httpbin
Branch: pkgsrc-2016Q1,
Version: 0.2.0,
Package name: py27-test-httpbin-0.2.0,
Maintainer: pkgsrc-usershttpbin 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.
Required to run:[
lang/python27] [
lang/py-six] [
devel/py-setuptools] [
devel/py-decorator] [
devel/py-test]
Master sites:
SHA1: ede37c09d9dd48e41fee2d0a22f6eea584bc89da
RMD160: acec12de5ea854cfd287745524f4972b7af27a0f
Filesize: 9.152 KB
Version history: (Expand)
- (2016-04-07) Package added to pkgsrc.se, version py27-test-httpbin-0.2.0 (created)