Branch lists
This commit is contained in:
parent
fb1953e953
commit
636564b873
3 changed files with 24 additions and 3 deletions
17
testing.py
17
testing.py
|
|
@ -58,6 +58,17 @@ def save_response(response):
|
|||
# print("-----------------------------")
|
||||
# feed = API.run_job('post.listbybranch', "music")
|
||||
# print(feed)
|
||||
# print("----------------------------z
|
||||
# branchlist = API.run_job('branch.listbyname')
|
||||
# print(branchlist)
|
||||
# print("-----------------------------")
|
||||
# branchlist = API.run_job('branch.listbyname', {
|
||||
# 'GSIByName': 'boopscope test',
|
||||
# 'sk': 'subwiki#boopscope-test',
|
||||
# 'pk': 'subwiki#boopscope-test',
|
||||
# 'entity': 'subwiki'
|
||||
# })
|
||||
# print(branchlist)
|
||||
# print("-----------------------------")
|
||||
# feed = API.run_job('post.listbyuserprofile', "simon-little")
|
||||
# print(feed)
|
||||
|
|
@ -145,6 +156,6 @@ from wrappers.post.create_post import create_post
|
|||
# )
|
||||
# save_response(API.run_job(**wrapped))
|
||||
|
||||
save_response(API.wrapped(create_post(
|
||||
"This is a test post created via the create_post wrapper function.",
|
||||
)))
|
||||
# save_response(API.wrapped(create_post(
|
||||
# "This is a test post created via the create_post wrapper function.",
|
||||
# )))
|
||||
Loading…
Add table
Add a link
Reference in a new issue