tests.data_module package

Submodules

tests.data_module.test_dataloader module

class tests.data_module.test_dataloader.TestDataLoader(methodName='runTest')[source]

Bases: TestCase

Class with tests associated with DataLoader class.

test_get_path()[source]

Method tests the getting of a path

test_init()[source]

Method tests the initialization of a model

test_load_data_csv_exception()[source]

Method tests the loading of a csv file that does not exist

test_load_data_csv_success(mock_read_csv)[source]

Test that load_data_csv returns DataFrame when CSV is readable.

test_set_path()[source]

Method tests the setting of a path

Module contents