aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2021-02-24 09:55:45 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2021-02-24 09:55:45 +0000
commit771ade2e09774aa814bbca4b3b3c7ef6b33a218a (patch)
tree874d579e6136d80924cc36e32d6297e8182160ae /devel/Makefile
parentf4f57da6dbf654ea6bd610569bbf886ee45aef3e (diff)
downloadports-771ade2e09774aa814bbca4b3b3c7ef6b33a218a.tar.gz
ports-771ade2e09774aa814bbca4b3b3c7ef6b33a218a.zip
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. WWW: https://github.com/kevin1024/pytest-httpbin PR: 252187 Submitted by: python@FreeBSD.org
Notes
Notes: svn path=/head/; revision=566462
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d27f6d01b9ae..9d073d2c84ca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4937,6 +4937,7 @@
SUBDIR += py-pytest-forked
SUBDIR += py-pytest-freezegun
SUBDIR += py-pytest-helpers-namespace
+ SUBDIR += py-pytest-httpbin
SUBDIR += py-pytest-isort
SUBDIR += py-pytest-lazy-fixture
SUBDIR += py-pytest-localserver