aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into information-refactorGravatar S. Co12020-02-23-239/+635
|\
| * Merge branch 'master' into unittest-antispam-rulesGravatar Sebastiaan Zeeff2020-02-21-62/+2
| |\
| | * Remove tests for custom bot logGravatar Joseph Banks2020-02-21-62/+2
| * | Add unit test for newlines antispam ruleGravatar kwzrd2020-02-04-0/+105
| * | Add unit test for duplicates antispam ruleGravatar kwzrd2020-02-04-0/+66
| * | Merge branch 'master' into unittest-antispam-rulesGravatar Joseph2020-02-02-1/+8
| |\|
| * | Make RuleTest use ABCMetaGravatar kwzrd2020-02-02-2/+2
| * | Adjust existing tests to inherit from RuleTest ABCGravatar kwzrd2020-02-02-294/+157
| * | Implement RuleTest ABCGravatar kwzrd2020-02-02-0/+76
| * | Adjust multi-line docstrings to prevailing styleGravatar kwzrd2020-01-31-3/+6
| * | Refactor msg helper function name to make_msgGravatar kwzrd2020-01-26-25/+25
| * | Fix incorrect config key in attachments antispam ruleGravatar kwzrd2020-01-26-2/+2
| * | Add unit test case for role mentions antispam ruleGravatar kwzrd2020-01-26-0/+66
| * | Add unit test case for discord emojis antispam ruleGravatar kwzrd2020-01-26-0/+68
| * | Add unit test case for chars antispam ruleGravatar kwzrd2020-01-26-0/+75
| * | Add unit test case for burst shared antispam ruleGravatar kwzrd2020-01-26-0/+65
| * | Add unit test case for burst antispam ruleGravatar kwzrd2020-01-26-0/+69
* | | Update the tests accordingly to reflect the new changesGravatar Deniz2020-02-13-3/+3
* | | Fix some of the testing for information.py; I think this should be it. (hopef...Gravatar Deniz2020-02-06-2/+2
* | | Update tests to reflect status changesGravatar Deniz2020-02-06-4/+4
| |/ |/|
* | Merge the note with the additional resources sectionGravatar Matteo Bertucci2020-01-30-1/+2
* | Add additional resources to the test readmeGravatar Matteo Bertucci2020-01-30-0/+6
|/
* Merge branch 'master' into unittest-mentionsGravatar Matteo Bertucci2019-12-13-18/+894
|\
| * Fixed a typo ( due to poor copy pasta and eyeballing skills )Gravatar Shirayuki Nekomata2019-12-13-1/+1
| * Added tests for `until_expiration`Gravatar Shirayuki Nekomata2019-12-13-0/+45
| * Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`Gravatar scragly2019-12-12-25/+10
| |\
| | * Fix test failures for setup log messagesGravatar MarkKoz2019-12-08-24/+7
| | * Change all Bot imports to use the subclassGravatar MarkKoz2019-12-07-1/+3
| * | Removed `setUp()` from `TimeTests` since it is not being used for anything.Gravatar Shirayuki Nekomata2019-12-05-3/+0
| * | Moved all individual test cases into iterables and test with `self.subTest` c...Gravatar Shirayuki Nekomata2019-12-05-14/+18
| * | Added `self.subTest` for tests with multiple test cases & simplified single t...Gravatar Shirayuki Nekomata2019-12-05-19/+11
| * | Introduced test for `test_format_infraction`, refactored `test_parse_rfc1123`...Gravatar Shirayuki Nekomata2019-12-05-5/+7
| * | Splitting test cases for `format_infraction_with_duration` into proper, indep...Gravatar Shirayuki Nekomata2019-12-05-7/+27
| * | Changed `assert` to `self.assertIs` for `test_wait_until`Gravatar Shirayuki Nekomata2019-12-05-1/+1
| * | Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units`Gravatar Shirayuki Nekomata2019-12-05-0/+1
| * | Splitting test cases for `humanize_delta` into proper, independent tests.Gravatar Shirayuki Nekomata2019-12-05-7/+21
| * | Added `unittest` for `bot.utils.time`Gravatar Shirayuki Nekomata2019-12-04-0/+87
| |/
| * Apply review comments to duckpond's unit testsGravatar Sebastiaan Zeeff2019-11-27-72/+128
| * Apply suggestions from code reviewGravatar Sebastiaan Zeeff2019-11-16-4/+3
| * Add unit tests with full coverage for `bot.cogs.duck_pond`Gravatar Sebastiaan Zeeff2019-11-15-159/+490
| * Add MockAsyncWebhook to mock `discord.Webhook` objectsGravatar Sebastiaan Zeeff2019-11-15-0/+21
| * Adjust MockReaction for new AsyncIteratorMock protocolGravatar Sebastiaan Zeeff2019-11-15-3/+1
| * Add MockUser to mock `discord.User` objectsGravatar Sebastiaan Zeeff2019-11-15-0/+19
| * Add `return_value` support and assertions to AsyncIteratorMockGravatar Sebastiaan Zeeff2019-11-15-4/+54
| * Add MockAttachment type and attachments default for MockMessageGravatar Sebastiaan Zeeff2019-11-14-1/+16
| * Add bot=False default value to MockMemberGravatar Sebastiaan Zeeff2019-11-14-1/+1
| * Merging in masterGravatar Leon Sandøy2019-11-13-144/+637
| |\
| * | Add tests for on_raw_reaction_add.Gravatar Leon Sandøy2019-11-12-14/+70
| * | Implement a mixed duck test.Gravatar Leon Sandøy2019-11-11-10/+20
| * | Adding ducky count tests and a new AsyncIteratorMockGravatar Leon Sandøy2019-11-11-15/+93