Exemple #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)
Exemple #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)
Exemple #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)
Exemple #4
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, Duck)
Exemple #5
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, Insights)
Exemple #6
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, ThankingRobot)
Exemple #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)
Exemple #8
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, WolframAlpha)
Exemple #9
0
def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, SlashCommandHandler)
Exemple #10
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, HealthCheck)
Exemple #11
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, LetMeGoogleThat)
Exemple #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)
Exemple #13
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, FormulaOne)
Exemple #14
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, AnnounceDay)
Exemple #15
0
async def test_setup(bot_spy):
    extension_setup(bot_spy)
    assert_cog_added_of_type(bot_spy, WhoCanItBeNow)
Exemple #16
0
async def test_setup(bot):
    extension_setup(bot)
    assert_cog_added_of_type(bot, ConnectionTest)