cli.logic.evaluation.test package


cli.logic.evaluation.test.test module

cli.logic.evaluation.test.test.cli_test(config: str, **kwargs) None

Main function for testing a model using the CLI.

Parameters:
  • config (str) – The path to the configuration file.

  • **kwargs – Additional keyword arguments.

cli.logic.evaluation.test.tester module

class cli.logic.evaluation.test.tester.CLITester(config: TestingCliConfigType)

Bases: object

Tester class for the CLI. This module parses the CLI arguments and tests the model.

Parameters:

config (TestingCliConfigType) – The configuration for testing.

config

The configuration for testing.

Type:

TestingCliConfigType

test() None

The main testing function. This function parses the CLI arguments and executes the testing.