aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2022-04-19Bump bot-core for new discord.py versionGravatar Chris Lovering-7/+7
2022-04-19Ensure error has an attr before checking the value in metabaseGravatar Chris Lovering-1/+1
2022-04-19Empty embed descriptions are now None, rather than a sentinalGravatar Chris Lovering-1/+1
2022-04-19channel.history is now an async iterator, so has no .next() methodGravatar Chris Lovering-2/+3
2022-04-19Don't pass unused param to infraction scheduler cog_loadGravatar Chris Lovering-1/+1
2022-04-19Don't schedule a now non-existant taskGravatar Chris Lovering-7/+0
2022-04-19Move api_client to a kwarg on creation of the BotGravatar Chris Lovering-8/+8
2022-04-18Remove old task cancellations from modpings cog_unloadGravatar Chris Lovering-4/+1
2022-04-18Remove unused instance var from OTN cogGravatar Chris Lovering-1/+0
2022-04-18Add missing underscores to test function namesGravatar Chris Lovering-3/+3
2022-04-18Test that sync cog syncers run when sync cog is loadedGravatar Chris Lovering-0/+13
2022-04-18Refactor otn cog to use discord.py tasksGravatar Chris Lovering-35/+30
2022-04-18Use discord.py's async cog loading for more cogsGravatar Chris Lovering-15/+6
In the case of the docs cog, the lock is not needed on the cog_load function as it is ran before the bot even starts listening for commands.
2022-04-18Add cog_unload functions to cancel scheduled tasksGravatar Chris Lovering-0/+12
2022-04-18Hardcode 8 test threads in CIGravatar Chris Lovering-1/+1
This is needed due to the removal of psutil
2022-04-18Move redis session reconnect to bot-coreGravatar Chris Lovering-26/+23
2022-04-18Correct capitalisation of async and discord.pyGravatar Chris Lovering-3/+3
2022-04-18Wait for mod log to load when syncing defcon settingsGravatar Chris Lovering-0/+16
2022-04-18Remove usages of init_task in thread bumper cogGravatar Chris Lovering-8/+0
2022-04-18Don't try to overwrite a read-only attr in help command testGravatar Chris Lovering-1/+1
2022-04-18Remove sync cog init testGravatar Chris Lovering-17/+0
Discord.py now implicitly calls the new async cog_load function from within it's internals on load. There is no longer a need to test that this happens.
2022-04-18Update tests to use new async cog_load functionGravatar Chris Lovering-25/+17
2022-04-18Update tests to use new async cog setup functionGravatar Chris Lovering-29/+28
2022-04-18Update test helpers with breaking d.py changesGravatar Chris Lovering-1/+5
region was removed from the guild object, so this has been replaced with features add_cog is now async, so it is now an async_mock during tests Two new required voice_channel attrs were added channel.type is required to be set to ChannelType due to a new isinstance check in d.py
2022-04-18Adding missing kwargs required by BotBase in test helperGravatar Chris Lovering-0/+3
2022-04-18Remove async stats and site api wrapperGravatar Chris Lovering-229/+22
We now source them from bot-core, so no need to have them here too.
2022-04-18Discord.py breaking changesGravatar Chris Lovering-7/+9
bot.http.send_message and edit_message now require a context manager to handle params. tasks.Loop no longer accepts a loop param on its init.
2022-04-18Use BotBase from bot-coreGravatar Chris Lovering-283/+84
2022-04-18Move to async cog loadingGravatar Chris Lovering-223/+158
2022-04-18Don't use discord.NoMoreItems as it's removedGravatar Chris Lovering-3/+3
This has been removed in favour of Python's built-in StopAsyncIteration error
2022-04-18Use bot-core scheduling and member util functionsGravatar Chris Lovering-323/+53
2022-04-18Bump d.py and bot-coreGravatar Chris Lovering-7/+12
2022-04-18Bump all deps and exact version pin.Gravatar Chris Lovering-303/+503
Exact versioning has been chosen to be more explicit in what versions we require. We will be using dependabot in github to ensure these versions are kept up to date.
2022-04-18Remove aio-pika and psutilGravatar Chris Lovering-381/+432
aio-pika was used in the RabbitMQ cog (added in https://github.com/python-discord/bot/pull/90) which has since been deleted. It is no longer used. psutil was used to automatically determine how many threads to use when testing. However, this package has been quite slow to publish wheels for new Python versions. Since we don't use it for anything mission critical, I have removed it and hardcoded the number of threads to use when when testing to 8. An error is not raised it the number of threads used exceeds the number of actual threads available.
2022-04-05Parse infraction search reason as regex before calling site (#2126)Gravatar ChrisJL-0/+6
Previously this would raise an error within site due to the invalid regexp.
2022-04-03Update bot/resources/tags/type-hint.mdGravatar wookie184-1/+1
Co-authored-by: ChrisJL <[email protected]>
2022-04-02Replaced resources.md with Resources CogGravatar Eric Fletcher-6/+70
We can use this cog to get a URL with resources filtered by the terms input by the user in the Discord command.
2022-03-31feat: add created at field for message deleted log (#2122)Gravatar MaskDuck-1/+5
2022-03-31Update type-hint.mdGravatar wookie184-7/+7
2022-03-31Update to canonical PEP URLsGravatar Hugo van Kemenade-19/+19
2022-03-30Remove modlog ignore for voice verifGravatar Chris Lovering-2/+1
When a user leaves and rejoins, and then asks for the voice verification role back in modmail, we want a way to see if they have every been given the role. By removing this modlog ignore, it allows us to check the user-log channel for user updates to see if they were ever assigned the role.
2022-03-26Remove mod_log.ignore of invocations of the voice verify commandGravatar minalike-4/+0
2022-03-18apply decorator on superstarify tooGravatar Shakya Majumdar-0/+2
2022-03-18try-except to prevent a TypeError instead of `if isinstance`Gravatar Shakya Majumdar-2/+5
2022-03-18rename function to be more genericGravatar Shakya Majumdar-17/+17
2022-03-15Revert "Migrate from Discord.py to disnake"Gravatar Chris Lovering-205/+190
This reverts commit a30f8856cc24e6b42fc86ab972d605bfe2562075.
2022-03-15Revert "Update all references of discord.py to disnake"Gravatar Chris Lovering-735/+734
This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad.
2022-03-15Revert "Migrate to use monkey patches from botcore"Gravatar Chris Lovering-191/+202
This reverts commit ab073c89ad37c26eb4103ef0ca58e16421bca875.
2022-03-15Revert "No longer use Interaction.message, as it was removed from disnake"Gravatar Chris Lovering-11/+15
This reverts commit a1c73b5eca88d1b92cd42d3c41183387209461b9.
2022-03-14Increase watch API call limit to 10,000Gravatar Joe Banks-1/+1
By default, the site infractions query API will only return 100 records, but we have more active watches than this meaning that the response truncated active infractions and so the bigbrother cog was not initialising with all active watches. This change ensures that up to 10,000 watches are fetched instead meaning no infractions will be truncated and missed.