diplomat predictors testΒΆ
Summary
Run the tests for a predictor plugin.
Usage
diplomat predictors test [-h] [--interactive] [[STR, ...]|STR ...]Positional Arguments
[STR, ...]|STR 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...Options
-h, --help show this help message and exit --interactive, -i 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.