diplomat.test_predictor_plugin¶
- diplomat.test_predictor_plugin(predictor: List[str] | str | None = None, interactive: bool = False) None¶
Run the tests for a predictor plugin.
- Parameters:
predictor – The name of the predictor or to run tests for, or a list of names of the predictors to run. If the predictor_name is not specified or set to None, then run tests for all the predictor plugins…
interactive – A boolean. If True, the program will wait for user input after every test, to allow the user to easily read tests one by one… If false, all tests will be run at once with no user interaction. Defaults to false.
- Returns:
Nothing, prints test info to console…