aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* 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
|\
| * Merge branch 'master' into unittest-helpers-improvementsGravatar scragly2019-11-14-0/+101
| |\
| | * Merge branch 'master' into unittest-linksGravatar Mark2019-11-08-13/+483
| | |\
| | * | Update docstring to use asterisks when referring to argument namesGravatar kwzrd2019-11-08-1/+1
| | * | Add whitespace for readability, consistency & allureGravatar kwzrd2019-11-08-0/+1
| | * | Adjust case to only test a single aspectGravatar kwzrd2019-11-02-1/+1
| | * | Annotate unclear test cases with inline commentsGravatar kwzrd2019-11-02-2/+2
| | * | Add two more test cases for links rule unit testGravatar kwzrd2019-11-01-0/+7
| | * | Add unit test for links antispam ruleGravatar kwzrd2019-11-01-0/+93
| * | | Prevent await warnings for MockBot's create_taskGravatar Sebastiaan Zeeff2019-11-13-1/+19
| * | | Prevent setting unknown attributes on d.py mocksGravatar Sebastiaan Zeeff2019-11-13-158/+101
| * | | Allow `name` attribute to be set during Mock initGravatar Sebastiaan Zeeff2019-11-13-0/+3
| * | | Prevent unwanted logging while running testsGravatar Sebastiaan Zeeff2019-11-13-1/+14
| | |/ | |/|
| * | Merge branch 'master' into user-command-enhancementsGravatar scragly2019-11-04-0/+52
| |\ \
| * | | Enhance the output of the user commandGravatar Sebastiaan Zeeff2019-10-31-13/+431
| | |/ | |/|
* | | 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
* | | Test is_staff and has_green_checkmark.Gravatar Leon Sandøy2019-11-03-17/+35
* | | Resolving merge conflicts from masterGravatar Leon Sandøy2019-11-03-179/+256
|\ \ \ | | |/ | |/|
| * | Use `casefold` in some cases.Gravatar Johannes Christ2019-11-02-1/+4
| * | Write tests for `bot.utils`.Gravatar Johannes Christ2019-11-01-0/+49
| |/
| * Update docstring and remove redundant attributeGravatar Sebastiaan Zeeff2019-10-30-4/+9
| * Enhance custom mock helpersGravatar Sebastiaan Zeeff2019-10-30-161/+150
| * Change generation of child mocksGravatar Sebastiaan Zeeff2019-10-28-36/+67
* | Figure out which tests we need.Gravatar Leon Sandøy2019-10-31-0/+81
|/
* Add test cases for in_channel_checkGravatar Atul Mishra2019-10-22-0/+8