validations_libs.tests.test_group module

class validations_libs.tests.test_group.TestGroup(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_get_data(mock_open, mock_yaml)[source]
test_get_formated_group(mock_open, mock_yaml)[source]
test_get_groups_keys_list(mock_open, mock_yaml)[source]
test_group_file_not_found(mock_open)[source]