tests.hcoopmeetbotlogic.test_handler

Module Contents

tests.hcoopmeetbotlogic.test_handler.context()
class tests.hcoopmeetbotlogic.test_handler.TestUtilities
test_send_reply(logger, context)
class tests.hcoopmeetbotlogic.test_handler.TestConfig
test_configure_valid(load_config, set_logger, set_config)
class tests.hcoopmeetbotlogic.test_handler.TestHandlers
logger()
test_irc_message_no_meeting(get_meeting, add_meeting, is_startmeeting, dispatch, context)
test_irc_message_with_meeting(get_meeting, add_meeting, is_startmeeting, dispatch, context)
test_irc_message_start_meeting(get_meeting, add_meeting, is_startmeeting, dispatch, context)
test_outbound_message_no_meeting(get_meeting, context)
test_outbound_message_with_meeting(get_meeting, context)
class tests.hcoopmeetbotlogic.test_handler.TestCommands
logger()
test_meetversion(send_reply, context)
test_listmeetings_no_meetings(get_meetings, send_reply, context)
test_listmeetings_with_meetings(get_meetings, send_reply, context)
test_savemeetings_no_meetings(get_meetings, send_reply, context)
test_savemeetings_with_meeting(get_meetings, write_meeting, config, send_reply, context)
test_savemeetings_with_meetings(get_meetings, write_meeting, config, send_reply, context)
test_addchair_not_found(get_meeting, send_reply, context)
test_addchair_found(get_meeting, send_reply, context)
test_deletemeeting_not_found(get_meeting, deactivate_meeting, write_meeting, send_reply, context)
test_deletemeeting_found_no_save(get_meeting, deactivate_meeting, write_meeting, send_reply, context)
test_deletemeeting_found_save(get_meeting, deactivate_meeting, write_meeting, config, send_reply, context)
test_recent_no_meetings(get_meetings, send_reply, context)
test_recent_with_meetings(get_meetings, send_reply, context)
test_commands(list_commands, send_reply, context)