Esempio n. 1
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, Dice)
    assert_cog_added_of_type(bot_spy, AgeOfEmpires)
    assert_cog_added_of_type(bot_spy, CoinFlip)
    assert_cog_added_of_type(bot_spy, DiscordActivity)
    assert_cog_added_of_type(bot_spy, OfficeHours)
Esempio n. 2
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, AsciiArt)
    assert_cog_added_of_type(bot_spy, MockText)
    assert_cog_added_of_type(bot_spy, Dictionary)
Esempio n. 3
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, Fortune)
    assert_cog_added_of_type(bot_spy, EightBall)
    assert_cog_added_of_type(bot_spy, Stocks)
Esempio n. 4
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, Duck)
Esempio n. 5
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, Insights)
Esempio n. 6
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, ThankingRobot)
Esempio n. 7
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, Typos)
    assert_cog_added_of_type(bot_spy, Bitcoin)
    assert_cog_added_of_type(bot_spy, Kubernetes)
    assert_cog_added_of_type(bot_spy, Bezos)
Esempio n. 8
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, WolframAlpha)
Esempio n. 9
0
def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, SlashCommandHandler)
Esempio n. 10
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, HealthCheck)
Esempio n. 11
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, LetMeGoogleThat)
Esempio n. 12
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, EditDiff)
    assert_cog_added_of_type(bot_spy, Haiku)
Esempio n. 13
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, FormulaOne)
Esempio n. 14
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, AnnounceDay)
Esempio n. 15
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, WhoCanItBeNow)
Esempio n. 16
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, ConnectionTest)