| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Update docstring and remove redundant attribute | 2019-10-30 | -4/+9 | |
| * | Enhance custom mock helpers | 2019-10-30 | -161/+150 | |
| * | Change generation of child mocks | 2019-10-28 | -36/+67 | |
| * | Add test cases for in_channel_check | 2019-10-22 | -0/+8 | |
| * | Merge branch 'master' into moderator-channel-check | 2019-10-22 | -1174/+2310 | |
| |\ | ||||
| | * | Merge branch 'master' into unittest-migration | 2019-10-15 | -0/+62 | |
| | |\ | ||||
| | * | | Remove empty tests.cogs folder | 2019-10-14 | -0/+0 | |
| | * | | Make test_token_remover use our discord Mocks | 2019-10-14 | -8/+5 | |
| | * | | Use `MockBot`. | 2019-10-14 | -3/+3 | |
| | * | | Move the `token_remover` cog tests to `unittest`. | 2019-10-14 | -0/+139 | |
| | * | | Merge branch 'unittest-migration' of github.com:python-discord/bot into unitt... | 2019-10-14 | -0/+26 | |
| | |\ \ | ||||
| | | * | | Migrate test_constants to unittest | 2019-10-14 | -0/+26 | |
| | * | | | Add more specialized Mocks to tests.helpers | 2019-10-14 | -181/+383 | |
| | |/ / | ||||
| | * | | Remove empty tests.cogs folder | 2019-10-14 | -0/+0 | |
| | * | | Merge branch 'cogs-security-unittest' into unittest-migration | 2019-10-14 | -0/+59 | |
| | |\ \ | ||||
| | | * | | Move test_security to tests.bot.cogs | 2019-10-14 | -0/+0 | |
| | | * | | Use `MockBot` and `MockContext`. | 2019-10-13 | -3/+3 | |
| | | * | | Move the `security` cog tests to `unittest`. | 2019-10-12 | -0/+59 | |
| | * | | | Merge branch 'pagination-tests-to-unittest' into unittest-migration | 2019-10-14 | -0/+36 | |
| | |\ \ \ | ||||
| | | * | | | Move test_pagination to tests.bot subdir | 2019-10-14 | -0/+0 | |
| | | * | | | Move `tests.test_pagination` to `unittest`. | 2019-10-12 | -0/+36 | |
| | | |/ / | ||||
| | * | | | Move sync tests to tests.bot.cogs.sync | 2019-10-13 | -0/+0 | |
| | * | | | Merge branch 'cogs-antispam-unittest' into unittest-migration | 2019-10-13 | -0/+35 | |
| | |\ \ \ | ||||
| | | * | | | Move test_antispam.py to tests.bot.cogs | 2019-10-13 | -0/+0 | |
| | | * | | | Move the `antispam` cog tests to `unittest`. | 2019-10-12 | -0/+35 | |
| | | |/ / | ||||
| | * | | | Merge branch 'rules-attachment-tests-unittest' into unittest-migration | 2019-10-13 | -0/+52 | |
| | |\ \ \ | ||||
| | | * | | | Move test_attachments.py to tests/bot/rules dir | 2019-10-13 | -0/+0 | |
| | | * | | | Move the `rules.attachments` module tests to `unittest`. | 2019-10-12 | -0/+52 | |
| | | |/ / | ||||
| | * | | | Merge branch 'resources-to-unittest' into unittest-migration | 2019-10-13 | -0/+17 | |
| | |\ \ \ | ||||
| | | * | | | Add subTest + move test_resource to resources subdir | 2019-10-13 | -1/+2 | |
| | | * | | | Move `tests.test_resources` to `unittest`. | 2019-10-12 | -0/+16 | |
| | | |/ / | ||||
| | * / / | Move the `sync` cog tests to `unittest`. | 2019-10-12 | -0/+210 | |
| | |/ / | ||||
| | * | | Update README.md | 2019-10-11 | -8/+7 | |
| | * | | Make textual changes to testing guide | 2019-10-11 | -20/+34 | |
| | * | | Change pipeline testrunner to xmlrunner | 2019-10-11 | -11/+9 | |
| | * | | Add tests for tests.base | 2019-10-11 | -4/+31 | |
| | * | | Migrate pytest to unittest | 2019-10-11 | -1196/+1525 | |
| * | | | Modify in_channel_check to accept list of channels | 2019-10-22 | -4/+4 | |
| | |/ |/| | ||||
| * | | Raise `ValueError` on negative `max_units`. | 2019-10-12 | -3/+6 | |
| * | | Merge branch 'master' into bot-utils-time-tests | 2019-10-11 | -23/+237 | |
| |\| | ||||
| | * | Merge branch 'master' into moderation-cleanup | 2019-10-08 | -0/+126 | |
| | |\ | ||||
| | | * | Merge branch 'master' into add-role-info-command | 2019-10-04 | -0/+78 | |
| | | |\ | ||||
| | | | * | Check if tzinfo is None in ISODateTime test | 2019-10-03 | -1/+3 | |
| | | | * | Make ISODateTime return tz-unaware datetime | 2019-10-02 | -0/+21 | |
| | | | * | Apply docstring review suggestion | 2019-10-02 | -1/+1 | |
| | | | * | Add converter for ISO-formatted datetime strings | 2019-10-01 | -0/+55 | |
| | | * | | Merge branch 'add-role-info-command' of github.com:python-discord/bot into ad... | 2019-10-01 | -15/+108 | |
| | | |\ \ | ||||
| | | | * | | Merge branch 'master' into add-role-info-command | 2019-10-01 | -15/+108 | |
| | | | |\| | ||||
| | | * | | | Make tests work with Union converter | 2019-10-01 | -3/+4 | |
| | | |/ / | ||||
| | | * | | Add unit tests for role info command | 2019-09-21 | -0/+47 | |