tests.systemtests package

Submodules

tests.systemtests.test_cli module

class tests.systemtests.test_cli.TestCli(methodName='runTest')

Bases: unittest.case.TestCase

test_call_lor_dot_with_help_emits_usage_to_stdout_and_zero_exit()
test_call_lor_dot_with_invalid_task_class_returns_nonzero_exit()
test_call_lor_dot_with_nothing_results_in_nonzero_exit()
test_call_lor_dot_with_valid_task_class_emits_text_to_stdout_and_zero_exit()
test_call_lor_explain_with_help_emits_help_to_stdout_and_zero_exit()
test_call_lor_explain_with_invalid_classname_emits_error_to_stderr_and_nonzero_exit()
test_call_lor_explain_with_nothing_emits_help_to_stderr_and_nonzero_exit()
test_call_lor_explain_with_valid_classname_emits_explanation_to_stdout_and_zero_exit()
test_call_lor_ls_emits_list_of_classes_to_stdout_and_zero_exit()
test_call_lor_properties_emits_varname_varval_space_separated_and_zero_exit()
test_call_lor_run_with_invalid_task_classname_results_in_nonzero_exit()
test_call_lor_run_with_valid_task_classname_results_in_zero_exit()
test_call_lor_with_help_emits_help_to_stdout_and_zero_exit()
test_call_lor_with_nothing_emits_help_to_stderr_and_nonzero_exit()
tests.systemtests.test_cli.run_cli(args)

Module contents