def test_enabled_false(): assert_false(bot.enabled('FOO'))
def test_enabled_true(): assert_true(bot.enabled('FOO'))