test_train_val_config

Module Contents

Classes

TestTrainValConfig A suite of tests for TrainValConfig
class test_train_val_config.TestTrainValConfig(methodName='runTest')[source]

Bases: unittest.TestCase

A suite of tests for TrainValConfig

classmethod setUpClass(cls)[source]

Hook method for setting up class fixture before running tests in the class.

test_train_val_config_constructor(self)[source]

Test the instantiation of TrainValConfig from a dictionary with minimum required keys

test_train_val_absent(self)[source]

Test if an error is raised when the either the train or val baobab config is not passed in