index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2022-09-10
Check for commands being None in try_get_tag and try_silence
wookie184
-1
/
+9
2022-08-19
Duration for DM changed to Edited flag
ionite34
-10
/
+7
2022-08-18
fix: don't include replied mentions in mention filter (#2017)
arl
-12
/
+124
2022-08-18
Check if channel.guild is None
Dorukyum
-1
/
+1
2022-08-18
Made DM duration remaining optional with resend
ionite34
-6
/
+8
2022-08-17
fix: replace datetime.utcnow() with arrow
dawnofmidnight
-4
/
+4
2022-08-16
Added article to automute message
ionite34
-1
/
+1
2022-08-16
Removed unused datetime import
ionite34
-1
/
+0
2022-08-16
Updated infractions display for updates
ionite34
-23
/
+59
2022-08-16
Corrected test use of utcnow
ionite34
-1
/
+1
2022-08-16
Updated previous tests to use subset method
ionite34
-7
/
+5
2022-08-16
Refactored test to not use datetime patch
ionite34
-8
/
+11
2022-08-16
Removed `inserted_at` fallback
ionite34
-13
/
+5
2022-08-16
Changed datetime.now to arrow.utcnow
ionite34
-2
/
+2
2022-08-16
Infraction duration fallback if no `last_applied` field
ionite34
-2
/
+13
2022-08-16
Added microsecond rounding for `humanize_delta`
ionite34
-1
/
+16
2022-08-16
Added new expiry usage to apply
ionite34
-1
/
+1
2022-08-16
Use `last_applied` to display duration
ionite34
-1
/
+2
2022-08-16
Correct last_applied formatting
ionite34
-1
/
+1
2022-08-16
Fixed tests
ionite34
-6
/
+7
2022-08-16
Updated ban command docstring
ionite34
-2
/
+4
2022-08-16
Updated parameter names
ionite34
-5
/
+5
2022-08-16
Added isoformat for test payload
ionite34
-1
/
+1
2022-08-16
Fixed test patches
ionite34
-15
/
+17
2022-08-16
Updated tests
ionite34
-17
/
+23
2022-08-16
Ran isort on imports
ionite34
-2
/
+2
2022-08-16
Refactoring for DurationOrExpiry
ionite34
-25
/
+33
2022-08-16
Added `DurationOrExpiry` type union
ionite34
-0
/
+1
2022-08-16
Added newlines and non-mentioned mod role
ionite34
-4
/
+5
2022-08-15
Correctly initialise redis tests
Chris Lovering
-42
/
+37
2022-08-15
fix: change use of arrow to datetime and change docstring wording
dawnofmidnight
-5
/
+5
2022-08-15
Added mod alerted notice to auto-infractions
ionite34
-1
/
+4
2022-08-15
feat: command for banning compromised accounts
dawnofmidnight
-0
/
+7
2022-08-15
Fix incident tests.
Izan
-13
/
+25
2022-08-14
Globally decode binary responses from redis to strings
Chris Lovering
-0
/
+1
2022-08-14
revert bump to markdownify version
Chris Lovering
-10
/
+14
2022-08-14
Use RedisTestCase helper class for both Incidents and Silence test cases.
Chris Lovering
-36
/
+6
2022-08-14
Add a new test helper for managing redis sessions
Chris Lovering
-0
/
+24
2022-08-14
Bump bot-core to full 8.0.0 release
Chris Lovering
-8
/
+7
2022-08-14
Remove unneeded N802 noqas
Chris Lovering
-5
/
+5
2022-08-14
Directly return the RedisSession on connection
Chris Lovering
-2
/
+1
2022-08-14
noqa false-positive B023 instances
Chris Lovering
-4
/
+4
2022-08-14
Stop creating futures in tests with no event loop running
Chris Lovering
-6
/
+0
2022-08-14
Add back a lock to DocRedisCache.set based on the DocItem
Chris Lovering
-0
/
+8
2022-08-14
Update any calls to Redis 'iscan' to the new name 'scan_iter'
Chris Lovering
-2
/
+2
2022-08-14
Convert key expiries to integers before passing to Redis
Chris Lovering
-1
/
+1
2022-08-14
Remove usages of the removed namespace_lock decorator
Chris Lovering
-6
/
+1
2022-08-14
No longer use the removed RedisSession connection object
Chris Lovering
-51
/
+46
2022-08-14
redis-py breaking changes
Chris Lovering
-5
/
+6
2022-08-14
Bump all deps to latest
Chris Lovering
-85
/
+62
[next]