validations_libs.tests.community.test_init_validation module¶
- class validations_libs.tests.community.test_init_validation.TestCommunityValidation(methodName='runTest')[source]¶
- Bases: - unittest.case.TestCase- test_exec_new_role_with_galaxy(mock_log, mock_role_basedir, mock_run, mock_create_playbook)[source]¶
 - test_exec_new_role_with_galaxy_and_error(mock_log, mock_role_basedir, mock_run, mock_create_playbook)[source]¶
 - test_playbook_already_exists_in_comval(mock_path_exists, mock_path_is_file, mock_path_iterdir)[source]¶
 - test_playbook_already_exists_in_non_comval(mock_path_exists, mock_path_is_file, mock_path_iterdir)[source]¶
 - test_role_already_exists_in_comval(mock_play_path_exists, mock_path_is_dir, mock_path_iterdir)[source]¶
 - test_role_already_exists_in_non_comval(mock_play_path_exists, mock_path_is_dir, mock_path_iterdir)[source]¶
 
