moo.core.tests.test\_exceptions =============================== .. automodule:: moo.core.tests.test_exceptions .. rubric:: Functions .. autosummary:: :toctree: test_access_error_raised_by_is_allowed test_access_error_str test_ambiguous_object_error_caught_by_parse_command test_ambiguous_object_error_raised_by_parser test_ambiguous_object_error_str test_ambiguous_verb_error_raised_by_get_verb test_ambiguous_verb_error_str test_no_such_object_error_caught_by_parse_command test_no_such_object_error_is_user_error test_no_such_object_error_raised_by_get_dobj test_no_such_preposition_error_caught_by_parse_command test_no_such_preposition_error_raised_by_verb test_no_such_preposition_error_str test_no_such_property_error_caught_by_parse_command test_no_such_property_error_is_user_error test_no_such_property_error_raised_by_get_property test_no_such_property_error_with_origin test_no_such_verb_error_caught_by_parse_command test_no_such_verb_error_is_user_error test_no_such_verb_error_raised_by_parser test_parse_command_includes_error_prefix_when_prefixes_on test_parse_command_omits_error_prefix_when_prefixes_off test_parse_command_returns_exit_status_one_on_no_such_verb test_parse_command_returns_exit_status_one_on_user_error test_parse_command_returns_exit_status_zero_on_success test_quota_error_caught_by_parse_command test_quota_error_raised_by_create test_quota_error_str test_recursive_error_raised_on_containment_loop test_recursive_error_str test_usage_error_str test_user_error_str