index
:
bot
dependabot/github_actions/actions/upload-artifact-5
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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Remove empty tests.cogs folder
Sebastiaan Zeeff
2019-10-14
-0
/
+0
*
Merge branch 'cogs-security-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-14
-0
/
+59
|
\
|
*
Move test_security to tests.bot.cogs
Sebastiaan Zeeff
2019-10-14
-0
/
+0
|
*
Use `MockBot` and `MockContext`.
Johannes Christ
2019-10-13
-3
/
+3
|
*
Move the `security` cog tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+59
*
|
Merge branch 'pagination-tests-to-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-14
-0
/
+36
|
\
\
|
*
|
Move test_pagination to tests.bot subdir
Sebastiaan Zeeff
2019-10-14
-0
/
+0
|
*
|
Move `tests.test_pagination` to `unittest`.
Johannes Christ
2019-10-12
-0
/
+36
|
|
/
*
|
Move sync tests to tests.bot.cogs.sync
Sebastiaan Zeeff
2019-10-13
-0
/
+0
*
|
Merge branch 'cogs-antispam-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-13
-0
/
+35
|
\
\
|
*
|
Move test_antispam.py to tests.bot.cogs
Sebastiaan Zeeff
2019-10-13
-0
/
+0
|
*
|
Move the `antispam` cog tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+35
|
|
/
*
|
Merge branch 'rules-attachment-tests-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-13
-0
/
+52
|
\
\
|
*
|
Move test_attachments.py to tests/bot/rules dir
Sebastiaan Zeeff
2019-10-13
-0
/
+0
|
*
|
Move the `rules.attachments` module tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+52
|
|
/
*
|
Merge branch 'resources-to-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-13
-0
/
+17
|
\
\
|
*
|
Add subTest + move test_resource to resources subdir
Sebastiaan Zeeff
2019-10-13
-1
/
+2
|
*
|
Move `tests.test_resources` to `unittest`.
Johannes Christ
2019-10-12
-0
/
+16
|
|
/
*
/
Move the `sync` cog tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+210
|
/
*
Update README.md
Sebastiaan Zeeff
2019-10-11
-8
/
+7
*
Make textual changes to testing guide
Sebastiaan Zeeff
2019-10-11
-20
/
+34
*
Change pipeline testrunner to xmlrunner
Sebastiaan Zeeff
2019-10-11
-11
/
+9
*
Add tests for tests.base
Sebastiaan Zeeff
2019-10-11
-4
/
+31
*
Migrate pytest to unittest
Sebastiaan Zeeff
2019-10-11
-1196
/
+1525
*
Merge branch 'master' into moderation-cleanup
Sebastiaan Zeeff
2019-10-08
-0
/
+126
|
\
|
*
Merge branch 'master' into add-role-info-command
Chris G
2019-10-04
-0
/
+78
|
|
\
|
|
*
Check if tzinfo is None in ISODateTime test
Sebastiaan Zeeff
2019-10-03
-1
/
+3
|
|
*
Make ISODateTime return tz-unaware datetime
Sebastiaan Zeeff
2019-10-02
-0
/
+21
|
|
*
Apply docstring review suggestion
Sebastiaan Zeeff
2019-10-02
-1
/
+1
|
|
*
Add converter for ISO-formatted datetime strings
Sebastiaan Zeeff
2019-10-01
-0
/
+55
|
*
|
Merge branch 'add-role-info-command' of github.com:python-discord/bot into ad...
Joseph Banks
2019-10-01
-15
/
+108
|
|
\
\
|
|
*
|
Merge branch 'master' into add-role-info-command
S. Co1
2019-10-01
-15
/
+108
|
|
|
\
|
|
*
|
|
Make tests work with Union converter
Joseph Banks
2019-10-01
-3
/
+4
|
|
/
/
|
*
|
Add unit tests for role info command
Joseph Banks
2019-09-21
-0
/
+47
*
|
|
Fix stars.json resource test
MarkKoz
2019-10-01
-8
/
+3
|
|
/
|
/
|
*
|
Allow whitespace in duration strings and update tests
Sebastiaan Zeeff
2019-09-23
-47
/
+66
*
|
Fix failing duration conversion
Sebastiaan Zeeff
2019-09-23
-4
/
+78
|
/
*
Add tests for `bot.rules.attachments`.
Johannes Christ
2019-09-18
-0
/
+52
*
Add basic tests for `bot.cogs.information`.
Johannes Christ
2019-09-18
-0
/
+195
*
Recombine import groups.
scragly
2019-09-18
-1
/
+0
*
Add basic tests for `bot.api`.
Johannes Christ
2019-09-18
-1
/
+127
*
Validate configuration against typehints.
Johannes Christ
2019-09-18
-0
/
+23
*
Add tests for `bot.converters`. (#418)
scragly
2019-09-18
-0
/
+93
|
\
|
*
Add tests for `bot.converters`.
Johannes Christ
2019-09-15
-0
/
+93
*
|
Merge pull request #422 from python-discord/bot-utils-checks-use-fixture
scragly
2019-09-18
-16
/
+15
|
\
\
|
*
|
Use `@pytest.fixture` for creating contexts.
Johannes Christ
2019-09-15
-16
/
+15
*
|
|
Merge pull request #430 from python-discord/bot-cogs-security-tests
Johannes Christ
2019-09-15
-0
/
+54
|
\
\
\
|
*
|
|
Add tests for `bot.cogs.security`.
Johannes Christ
2019-09-15
-0
/
+54
*
|
|
|
Merge pull request #428 from python-discord/bot-cogs-token-remover-tests
Johannes Christ
2019-09-15
-0
/
+143
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add tests for `bot.cogs.token_remover`.
Johannes Christ
2019-09-15
-0
/
+143
[next]