summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/setup.cfg
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-02-08 22:42:55 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-02-11 09:08:22 +0530
commita5450070c0877604f89a1148a90d1e4c3e5ee96f (patch)
tree739ba166adbadbe5ed4d4c45d472f8978a255ac8 /testapi/testapi-client/setup.cfg
parent86f8a2036521e9401d8c9431e4b6412878e6d94f (diff)
add projects in testapi client
Add CRUD functionalities for projects in testapi client Change-Id: I9db23625a7ef12385f42266e68c1d9ffca74fd2c Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/testapi-client/setup.cfg')
-rw-r--r--testapi/testapi-client/setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/testapi-client/setup.cfg b/testapi/testapi-client/setup.cfg
index 1e25b73..8174720 100644
--- a/testapi/testapi-client/setup.cfg
+++ b/testapi/testapi-client/setup.cfg
@@ -25,6 +25,7 @@ testapi =
project create = testapiclient.projects:ProjectCreate
project get = testapiclient.projects:ProjectGet
+ project getone = testapiclient.projects:ProjectGetOne
project delete = testapiclient.projects:ProjectDelete
project put = testapiclient.projects:ProjectPut