validations_libs.tests.cli.test_run module¶
- class validations_libs.tests.cli.test_run.TestRun(methodName='runTest')[source]¶
Bases:
validations_libs.tests.cli.fakes.BaseCommand
- test_run_command_extra_env_vars_and_extra_vars(mock_config, mock_run, mock_user, mock_log_dir)[source]¶
- test_run_command_extra_env_vars_with_custom_callback(mock_config, mock_run, mock_user, mock_log_dir)[source]¶
- test_run_command_extra_vars_file(mock_config, mock_run, mock_user, mock_open, mock_yaml, mock_log_dir)[source]¶
- test_run_command_extra_vars_twice(mock_config, mock_run, mock_user, mock_print, mock_log_dir)[source]¶
- test_run_command_failed_validation(mock_config, mock_run, mock_user, mock_log_dir, mock_config_file)[source]¶
- test_run_command_with_skip_list(mock_config, mock_run, mock_user, mock_open, mock_yaml, mock_log_dir)[source]¶