summaryrefslogtreecommitdiff
path: root/www/py-test-httpbin/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-02 10:46:01 +0000
committerwiz <wiz>2016-01-02 10:46:01 +0000
commita194dd7ae20e57f476ec30d1f10abf4a2c6bda52 (patch)
treee18e21a883d227fbeb89cee5207dbbefcaeb5e5b /www/py-test-httpbin/PLIST
parentb8aff337a8733579d67a6984d3127df1b6da72d3 (diff)
downloadpkgsrc-a194dd7ae20e57f476ec30d1f10abf4a2c6bda52.tar.gz
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.
Diffstat (limited to 'www/py-test-httpbin/PLIST')
-rw-r--r--www/py-test-httpbin/PLIST25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/py-test-httpbin/PLIST b/www/py-test-httpbin/PLIST
new file mode 100644
index 00000000000..7780c4dd72a
--- /dev/null
+++ b/www/py-test-httpbin/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2016/01/02 10:46:01 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_httpbin/__init__.py
+${PYSITELIB}/pytest_httpbin/__init__.pyc
+${PYSITELIB}/pytest_httpbin/__init__.pyo
+${PYSITELIB}/pytest_httpbin/certs.py
+${PYSITELIB}/pytest_httpbin/certs.pyc
+${PYSITELIB}/pytest_httpbin/certs.pyo
+${PYSITELIB}/pytest_httpbin/certs/cacert.pem
+${PYSITELIB}/pytest_httpbin/certs/cert.pem
+${PYSITELIB}/pytest_httpbin/certs/key.pem
+${PYSITELIB}/pytest_httpbin/plugin.py
+${PYSITELIB}/pytest_httpbin/plugin.pyc
+${PYSITELIB}/pytest_httpbin/plugin.pyo
+${PYSITELIB}/pytest_httpbin/serve.py
+${PYSITELIB}/pytest_httpbin/serve.pyc
+${PYSITELIB}/pytest_httpbin/serve.pyo
+${PYSITELIB}/pytest_httpbin/version.py
+${PYSITELIB}/pytest_httpbin/version.pyc
+${PYSITELIB}/pytest_httpbin/version.pyo