Skip to content
Snippets Groups Projects
Commit 256dfc0d authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Temporary testing script for client in ImageJ environment

parent 2c1c4f49
No related branches found
No related tags found
No related merge requests found
from adapter import hit_endpoint, verify_server
if __name__ == '__main__':
print(verify_server())
data = {'par1': 'hello', 'par2': ['ab', 'cd']}
resp = hit_endpoint('PUT', '/', params=None)
assert resp['status'] == 200
print('Finished')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment