aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2023-05-01Bump coverage from 7.2.4 to 7.2.5Gravatar dependabot[bot]-54/+54
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.4 to 7.2.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.4...7.2.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-29Do not account for jump urls for voice channels (#2556)Gravatar Amrou Bellalouna-1/+1
* add is_voice_channel predicate * ignore jump urls for voice channels * Revert "ignore jump urls for voice channels" This reverts commit 57aabacb364dee5b065df6c33cdfb8afa36f5d3f. * Revert "add is_voice_channel predicate" This reverts commit 55856611a10be37a183c7dbd97638cc9cc86326d. * add null check on ctx.message
2023-04-29Bump ruff from 0.0.262 to 0.0.263 (#2561)Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to 0.0.263. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-29Bump sentry-sdk from 1.20.0 to 1.21.1 (#2570)Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.20.0...1.21.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-29Bump coverage from 7.2.3 to 7.2.4 (#2568)Gravatar dependabot[bot]-54/+54
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-29Bump tldextract from 3.4.0 to 3.4.1 (#2565)Gravatar dependabot[bot]-5/+5
Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-29Bump pip-licenses from 4.2.0 to 4.3.0 (#2560)Gravatar dependabot[bot]-5/+5
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.2.0...v-4.3.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22Remove check-yaml unsafe argGravatar Chris Lovering-1/+0
This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
2023-04-22Use documented spec extensions in docker composeGravatar Chris Lovering-25/+18
The previous method of '<<' no longer works with the latest version of docker compose. This method is what is documented in the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md#extension)
2023-04-21Remove !close command from helpers. (#2548)Gravatar Steele Farnsworth-2/+2
* Remove !close command from helpers. Previously, helpers could use the !close command to put inactive help channels back into circulation. This is no longer necessary now that we use threads. * Change Role constant for `!close` `[Roles.moderators, Roles.admins]` to `Guild.moderation_roles` Co-authored-by: ChrisJL <[email protected]> --------- Co-authored-by: ChrisJL <[email protected]>
2023-04-20Bump sentry-sdk from 1.19.1 to 1.20.0Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 1.20.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.19.1...1.20.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-20Bump ruff from 0.0.261 to 0.0.262Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.261 to 0.0.262. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-20Bump pytest from 7.3.0 to 7.3.1Gravatar dependabot[bot]-5/+5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-20Bump rapidfuzz from 2.15.1 to 3.0.0Gravatar dependabot[bot]-95/+95
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.15.1 to 3.0.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.15.1...v3.0.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-18Update filtering.py to remove trailing whitespaceGravatar LX-1/+1
2023-04-18Update filtering.py to ignore edits by botsGravatar LX-0/+3
#2549
2023-04-17Refine the invite code before filtering it (#2522)Gravatar Boris Muratov-2/+19
2023-04-16Don't collect coverage info by default when running testsGravatar wookie184-9/+9
2023-04-15Improve test speed using some cached_property decorators on mocksGravatar wookie184-6/+30
2023-04-14Add the required ports to snekbox urls in docker compose file (#2538)Gravatar ChrisJL-2/+2
2023-04-14Include thread jump url in nomination archive message (#2536)Gravatar wookie184-12/+18
* Include thread jump url in nomination archive message * Use existing thread variable
2023-04-14Fix readme badges for CI status (#2537)Gravatar wookie184-12/+6
2023-04-13Redesign infractions embed (#2526)Gravatar Boris Muratov-65/+90
2023-04-13Upload weekly autoban report to pastebinGravatar Chris Lovering-3/+20
This fixes #2391 and solves BOT-3CR which was caused by the weekly report being longer than 2000 characters. Instead of posting the entire report to Discord, it is now upload to the pastebin, and uploaded as a text file to the channel, so people can use what they prefer.
2023-04-12Bump pip-licenses from 4.1.0 to 4.2.0 (#2531)Gravatar dependabot[bot]-5/+5
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.1.0...v-4.2.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12Use correct names for antispam rules (#2535)Gravatar wookie184-3/+3
2023-04-12Fix spacing in eval message (#2534)Gravatar wookie184-1/+1
2023-04-12Fix sending of PEPs by PythonNews cog (#2533)Gravatar wookie184-4/+7
2023-04-12Bump ruff from 0.0.260 to 0.0.261 (#2532)Gravatar dependabot[bot]-21/+21
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11Use commands.Converter subclass for d.py convertersGravatar Chris Lovering-23/+28
This is required as | is not supported between a function and NoneType