Trees | Indices | Help |
|
---|
|
Client for communication with STU server. The core functionality is in TestClient and ResultReporter, but most is accessible from the module level convenience functions create, retrieve, update, delete, and download, which allow modification of the tests in the database.
Copyright: (c) Schrodinger, LLC. All rights reserved.
|
|||
ClientError Generic STU client error. |
|||
ClientValueError Arguments to a client function are incorrect, or not fully determined. |
|||
ResultReporter Reporter that will upload results and files for a specific test run. |
|||
ApiKeyAuth An authorization method that uses an api key. |
|||
_BaseClient Base client class providing some reasonable defaults. |
|||
TestClient Interact with the Test server. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = log.get_logger('test_backend')
|
|||
_VERSION = 1 API version to use. |
|||
_JSON_FORMAT = {'content-type': 'application/json'}
|
|
If
|
Raise an error if the status does not match
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:20 2015 | http://epydoc.sourceforge.net |