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

setUp()[source]

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

test_run_command_exclusive_group()[source]
test_run_command_exclusive_vars()[source]
test_run_command_exclusive_wrong_extra_vars()[source]
test_run_command_extra_env_vars(mock_config, mock_run, mock_user, mock_log_dir)[source]
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_twice(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(mock_config, mock_run, mock_user, mock_print, 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_no_validation(mock_run, mock_user, mock_log_dir)[source]
test_run_command_return_none(mock_run)[source]
test_run_command_success(mock_run, mock_open)[source]
test_run_command_with_skip_list(mock_config, mock_run, mock_user, mock_open, mock_yaml, mock_log_dir)[source]
test_run_command_with_skip_list_bad_format(mock_config, mock_run, mock_user, mock_open, mock_yaml, mock_log_dir)[source]
test_run_with_config(mock_exists, mock_run, mock_user, mock_log_dir)[source]
test_run_with_wrong_config(mock_run, mock_user, mock_log_dir)[source]