aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-02-02 09:27:42 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-02-02 09:27:42 +0000
commitad144fc7dc406f3b446504e4489ac3b44ae20cd7 (patch)
treefdcb0d8d731be7b5d7614534db933ec5a71ab77a /devel/Makefile
parent08295d26f78777070dcfb1461ac32e3668b1bf2d (diff)
devel/py-tapi: Framework for testing APIs [NEW PORT]
Tapi is a tool to automate the testing of your Application Programmer Interfaces (APIs). Features: * Test you API without writing any code (only edit a json file) * Test you APIs in a much more 'natural' way by specifying urls/verbs and what the output should be * Verify anything from response status codes, headers, body content etc * Also allows verification by issuing another API call to a different endpoint to ensure a prior API call worked * Execute arbitrary python scripts to populate request paramaters e.g. custom headers * Execute arbitrary python scripts to verify response from endpoint is valid * Tests your APIs using your own APIs WWW: https://github.com/jimmyislive/tapi/ PR: ports/186342 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Notes
Notes: svn path=/head/; revision=342257
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 731254b9b45e..83ec76a1a331 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3807,6 +3807,7 @@
SUBDIR += py-sysctl
SUBDIR += py-sysv_ipc
SUBDIR += py-tables
+ SUBDIR += py-tapi
SUBDIR += py-tarantool-queue
SUBDIR += py-tconfpy
SUBDIR += py-tempstorage