aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2024-06-11Bump pytest from 8.2.1 to 8.2.2 (#3084)Gravatar dependabot[bot]-5/+5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [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/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest 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>
2024-06-11Bump rapidfuzz from 3.9.2 to 3.9.3 (#3082)Gravatar dependabot[bot]-96/+96
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: rapidfuzz 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>
2024-06-10Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0Gravatar dependabot[bot]-1/+1
Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-06-04Bump sentry-sdk from 2.3.1 to 2.4.0Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.4.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/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-05-31Bump rapidfuzz from 3.9.1 to 3.9.2 (#3080)Gravatar dependabot[bot]-96/+96
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: rapidfuzz 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>
2024-05-31Bump ruff from 0.4.5 to 0.4.6 (#3079)Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.6) --- 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>
2024-05-31Bump coverage from 7.5.1 to 7.5.3 (#3078)Gravatar dependabot[bot]-55/+55
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.3. - [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.5.1...7.5.3) --- 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>
2024-05-25Specify environment variable using env blockGravatar wookie184-1/+4
Co-authored-by: Joe Banks <[email protected]>
2024-05-25Use COVERAGE_CORE=sysmon when running tests in CIGravatar wookie184-1/+1
2024-05-23Remove space from command nameGravatar Chris Lovering-1/+1
2024-05-23Allow listing alts for a user via the alts root alias (#3072)Gravatar ChrisJL-2/+2
2024-05-23fixup: remove british accentGravatar Chris Lovering-1/+1
2024-05-23fixup: simplify type annotationGravatar Chris Lovering-1/+1
2024-05-23Remove space after subcommand name which meant it couldn't be calledGravatar Chris Lovering-1/+1
2024-05-23Output user alts in user command when ran in mod channelsGravatar Chris Lovering-0/+7
2024-05-23Nicely format error when editing alts where target user isn't an altGravatar Chris Lovering-0/+1
2024-05-23Don't allow bots to be marked as altsGravatar Chris Lovering-0/+4
2024-05-23Indicate if the user has alts when seaching for their infractionsGravatar Chris Lovering-0/+5