aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into help_channel_rediscacheGravatar Leon Sandøy2020-06-06-9/+8
|\
| * Merge branch 'master' into staff_count_serverGravatar kwzrd2020-06-05-5/+0
| |\
| | * Merge branch 'master' into stop_sending_avatar_hashGravatar Leon Sandøy2020-05-31-31/+638
| | |\
| | * | Fix failing tests related to avatar_hashGravatar Leon Sandøy2020-05-27-5/+0
| * | | Merge branch 'master' into staff_count_serverGravatar Leon Sandøy2020-05-31-0/+247
| |\ \ \ | | | |/ | | |/|
| * | | Fix busted test_information test.Gravatar Leon Sandøy2020-05-30-4/+8
* | | | Add support for bool values in RedisCacheGravatar Leon Sandøy2020-05-31-1/+3
| |/ / |/| |
* | | Merge branch 'master' into ban-kick-reason-lengthGravatar Mark2020-05-30-31/+550
|\ \ \
| * | | Merge branch 'master' into test_antimalwareGravatar Sebastiaan Zeeff2020-05-30-35/+398
| |\| |
| | * | Add custom exceptions for each error state.Gravatar Leon Sandøy2020-05-28-3/+4
| | * | Merge branch 'master' into redis_persistenceGravatar Leon Sandøy2020-05-27-10/+49
| | |\ \
| | | * | Add some tests for `in_whitelist_check`.Gravatar Leon Sandøy2020-05-27-0/+48
| | | * | Remove the now deprecated in_channel_check.Gravatar Leon Sandøy2020-05-27-8/+0
| | | * | Find + change all InWhitelistCheckFailure importsGravatar Leon Sandøy2020-05-27-2/+1
| | | * | Refactor the in_whitelist deco to a check.Gravatar Leon Sandøy2020-05-27-2/+2
| | | |/
| | * | Floats are no longer permitted as RedisCache keys.Gravatar Leon Sandøy2020-05-27-5/+8
| | * | Refactor .increment and add lock test.Gravatar Leon Sandøy2020-05-27-64/+99
| | * | Clear cache in asyncSetUp instead of tests.Gravatar Leon Sandøy2020-05-27-6/+1
| | * | Add a test for RuntimeErrors.Gravatar Leon Sandøy2020-05-26-0/+22
| | * | Improve output of section name in config validation subtestsGravatar MarkKoz2020-05-25-1/+1
| | * | Support validating collection types for constantsGravatar MarkKoz2020-05-25-8/+32
| | * | Add support for Union type annotations for constantsGravatar MarkKoz2020-05-24-5/+12
| | * | Improve error and error testing for incrementGravatar Leon Sandøy2020-05-24-0/+8
| | * | MockBot needs to be aware of redis_readyGravatar Leon Sandøy2020-05-24-1/+1
| | * | Add .increment and .decrement methods.Gravatar Leon Sandøy2020-05-24-0/+34
| | * | Make .items return ItemsView instead of AsyncIterGravatar Leon Sandøy2020-05-24-2/+2
| | * | Remove redis session mock from MockBotGravatar MarkKoz2020-05-23-16/+0
| | * | DRY approach to typestring prefix resolutionGravatar Leon Sandøy2020-05-23-0/+21
| | * | Fix typo in test_to_dict docstringGravatar Leon Sandøy2020-05-23-1/+1
| | * | Merge branch 'master' into redis_persistenceGravatar Leon Sandøy2020-05-23-4/+7
| | |\|
| | * | Complete asyncified test suite for RedisCacheGravatar Leon Sandøy2020-05-23-94/+112
| | * | Finish .set and .get, and add tests.Gravatar Leon Sandøy2020-05-23-12/+26
| | * | Use autospecced mocks in MockBot for the stats and aiohttp sessionGravatar MarkKoz2020-05-22-0/+4
| | * | Properly mock the redis pool in MockBotGravatar MarkKoz2020-05-22-9/+19
| | * | Fix unawaited coro warning when instantiating Bot for MockBot's specGravatar MarkKoz2020-05-22-10/+14
| | * | Improve aiohttp context manager mocking in snekbox testsGravatar MarkKoz2020-05-22-3/+12
| | * | Fix assertion for `create_task` in duck pond testsGravatar MarkKoz2020-05-22-1/+1
| | * | Set up async testbedGravatar Leon Sandøy2020-05-22-189/+128
| | * | Test suite for the redis dict.Gravatar Leon Sandøy2020-05-17-0/+189
| * | | AntiMalware tests - Switched from monkeypatch to unittest.patchGravatar Jannes Jonkers2020-05-25-2/+2
| * | | AntiMalware Refactor - Moved embed descriptions into constants, added tests f...Gravatar Jannes Jonkers2020-05-11-18/+30
| * | | AntiMalware Tests - Removed exact log content checksGravatar Jannes Jonkers2020-05-11-19/+2
| * | | AntiMalware Tests - added a missing case for no extensions in test_get_disall...Gravatar Jannes Jonkers2020-05-11-0/+1
| * | | AntiMalware Tests - extracted the method for determining disallowed extension...Gravatar Jannes Jonkers2020-05-11-6/+23
| * | | AntiMalware Tests - implemented minor feedbackGravatar Jannes Jonkers2020-05-11-12/+12
| * | | Update tests/bot/cogs/test_antimalware.pyGravatar MrGrote2020-05-08-1/+1
| * | | AntiMalware Tests - Switched to unittest.IsolatedAsyncioTestCaseGravatar Jannes Jonkers2020-05-07-29/+19
| * | | AntiMalware Tests - Added unittest for txt file attachmentGravatar Jannes Jonkers2020-05-07-2/+23
| * | | AntiMalware Tests - Added unittest for valid attachmentGravatar Jannes Jonkers2020-05-07-0/+9
| * | | AntiMalware Tests - Added unittest message deletion logGravatar Jannes Jonkers2020-05-07-4/+28