mistk.evaluation.server.test.test_evaluation_plugin_endpoint_controller module¶
-
class
mistk.evaluation.server.test.test_evaluation_plugin_endpoint_controller.TestEvaluationPluginEndpointController(methodName='runTest')¶ Bases:
mistk.evaluation.server.test.BaseTestCaseEvaluationPluginEndpointController integration test stubs
-
test_evaluate()¶ Test case for evaluate
Performs the evaluation defined for this plugin
-
test_get_api_version()¶ Test case for get_api_version
Returns the version of the MISTK API
-
test_get_metrics()¶ Test case for get_metrics
Retrieves the metrics available to perform for the evaluation plugin
-
test_get_status()¶ Test case for get_status
Retrieves the status of the evaluation plugin
-
test_terminate()¶ Test case for terminate
Shutdowns the evaluation plugin and cleans up any resources.
-