index
:
bot
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
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
/
helpers.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-06-13
Jam Tests: Update `Context` to `Guild` for tests too
ks129
-19
/
+19
2020-06-13
Jams: Use `Guild` instead `Context` for helper functions
ks129
-19
/
+19
2020-06-13
Fix `create_channels`, `get_category` docstrings
ks129
-2
/
+2
2020-06-11
Jam Tests: Apply recent command splitting to `test_jam_roles_adding`
ks129
-2
/
+2
2020-06-11
Jam Tests: Remove unnecessary `Context` mock resets
ks129
-2
/
+0
2020-06-11
Jam Tests: Implement default arguments
ks129
-4
/
+4
To avoid repeating same arguments, added default arguments that is unpacked on function call.
2020-06-11
Jam Tests: Apply recent changes to `test_category_dont_exist`
ks129
-2
/
+1
2020-06-11
Jam Tests: Simplify and update `test_category_channel_exist`
ks129
-3
/
+1
2020-06-11
Jam Tests: Merge text and voice channel creation tests
ks129
-21
/
+24
2020-06-11
Jam Tests: Apply recent changes to overwrites test
ks129
-2
/
+1
2020-06-11
Jam Tests: Add more assertions to result message sending test
ks129
-1
/
+7
2020-06-11
Jam Tests: Make early exiting test more secure
ks129
-2
/
+6
2020-06-11
Jams: Convert some functions to staticmethod
ks129
-3
/
+6
2020-06-11
Jams: Move roles adding to another function from inside of command
ks129
-8
/
+11
2020-06-11
Jams: Change return plain text to channel mention in `create_channels`
ks129
-1
/
+1
2020-06-11
Jams: Move channels creation to new function instead inside command
ks129
-19
/
+26
2020-06-11
Jams: Move overwrites generation to outside of command
ks129
-22
/
+28
2020-06-11
Jams: Move category checking and creation to another function
ks129
-16
/
+22
2020-06-11
Jam Tests: Use class member of patch instead decorator on most of tests
ks129
-21
/
+19
2020-06-11
Jam Tests: Fix `test_result_sending` docstring
ks129
-1
/
+1
Co-authored-by: Mark <
[email protected]
>
2020-06-11
Jam Tests: Create test for `setup` function
ks129
-1
/
+11
2020-06-11
Jam Tests: Create test for successful `ctx.send` calling
ks129
-0
/
+6
2020-06-11
Jam Tests: Create test for team jam roles adding
ks129
-0
/
+14
2020-06-11
Jam Tests: Create test for team voice channel creating
ks129
-0
/
+12
2020-06-11
Jam Tests: Make text channel creation test more specific
ks129
-1
/
+8
2020-06-11
Jam Tests: Created test for channel overwrites
ks129
-0
/
+24
2020-06-11
Jam Tests: Created test for creating text channel for team
ks129
-0
/
+5
2020-06-11
Jam Tests: Created test that make sure when category exist, don't create
ks129
-0
/
+8
2020-06-11
Jam Tests: Added utils.get assert to category creating test
ks129
-0
/
+1
2020-06-11
Jam Tests: Created test for category creating when not exist
ks129
-2
/
+14
2020-06-11
Jam Tests: Created tests for removing duplicate team members
ks129
-0
/
+9
2020-06-11
Jam Tests: Created tests for case when too small amount of members given
ks129
-1
/
+17