aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Remove one indentation level.Gravatar Numerlor2020-03-17-3/+3
* Rename `cog_unload` tests.Gravatar Numerlor2020-03-17-2/+2
* Fix `test_cog_unload` passing tests with invalid values.Gravatar Numerlor2020-03-17-1/+1
* Set `_get_instance_vars_event` in test's `setUp`.Gravatar Numerlor2020-03-15-0/+2
* Adjust tests for new calling behaviour.Gravatar Numerlor2020-03-15-2/+2
* Use dict instead of a set and custom class.Gravatar Numerlor2020-03-15-25/+3
* Add tests for `_notifier`.Gravatar Numerlor2020-03-11-0/+19
* Add tests for `remove_channel`.Gravatar Numerlor2020-03-11-0/+18
* Remove `_current_loop` from setup.Gravatar Numerlor2020-03-11-2/+1
* Add tests for `add_channel`.Gravatar Numerlor2020-03-11-0/+21
* Create test case for `SilenceNotifier`Gravatar Numerlor2020-03-11-1/+7
* Add tests for `_get_instance_vars`.Gravatar Numerlor2020-03-11-1/+28
* Pass created channel instead of new object.Gravatar Numerlor2020-03-11-1/+1
* Reset `self.ctx` call history after every subtest.Gravatar Numerlor2020-03-11-0/+1
* Fix erroneous `assert_called_once_with` calls.Gravatar Numerlor2020-03-11-8/+7
* Add test for `cog_check`.Gravatar Numerlor2020-03-11-0/+7
* Add test for `cog_unload`.Gravatar Numerlor2020-03-11-1/+17
* Use patch decorators and assign names from `with` patches.Gravatar Numerlor2020-03-11-11/+11
* Separate tests for permissions and `muted_channels.add` on `_silence`.Gravatar Numerlor2020-03-11-5/+8
* Add tests for `_unsilence`Gravatar Numerlor2020-03-11-1/+33
* Use async test case.Gravatar Numerlor2020-03-11-14/+12
* Add test for `_silence` method.Gravatar Numerlor2020-03-11-1/+34
* Remove channel mentions from output discord messages.Gravatar Numerlor2020-03-11-4/+4
* Remove unnecessary args from test cases.Gravatar Numerlor2020-03-11-6/+6
* Use `patch.object` instead of patch with direct `return_value`.Gravatar Numerlor2020-03-09-9/+2
* Add test for `unsilence` discord output.Gravatar Numerlor2020-03-08-0/+9
* Add test for `silence` discord output.Gravatar Numerlor2020-03-08-0/+24
* Add test case for Silence cog.Gravatar Numerlor2020-03-08-1/+10
* Add tests for FirstHash class.Gravatar Numerlor2020-03-08-0/+25
* Modify log test regex to be non-os-specificGravatar S. Co12020-03-01-1/+1
* Migrate snekbox tests to Python 3.8's unittestGravatar Sebastiaan Zeeff2020-02-29-41/+27
* Merge branch 'master' into python38-migrationGravatar Sebastiaan Zeeff2020-02-29-23/+376
|\
| * Merge branch 'master' into fuzzy_zero_divGravatar Shirayuki Nekomata2020-02-29-0/+380
| |\
| | * Merge remote-tracking branch 'origin/master' into eval-enhancementsGravatar MarkKoz2020-02-28-471/+1844
| | |\
| | * | Return only the new code in continue_eval and check for truthiness insteadGravatar Matteo2020-02-28-4/+4
| | * | Use unicode code point instead of literal for the snekbox re-eval emojiGravatar Matteo2020-02-27-3/+3
| | * | Split the eval command procedure into two functions.Gravatar Matteo2020-02-27-69/+81
| | * | Merge branch 'master' into eval-enhancementsGravatar Matteo Bertucci2020-02-18-1/+8
| | |\ \
| | * | | Use kwargs to set mock attributesGravatar Matteo2020-02-18-25/+11
| | * | | Assert return value of Snekbox.post_evalGravatar Matteo2020-02-18-1/+3
| | * | | Use a space instead of an empty string in test_get_status_emoji Gravatar Matteo Bertucci2020-02-18-1/+1
| | * | | Delete additional informations from subtest Gravatar Matteo Bertucci2020-02-18-1/+1
| | * | | Split assertions onto separate lines Gravatar Matteo Bertucci2020-02-18-4/+8
| | * | | Split assertion onto separate linesGravatar Matteo Bertucci2020-02-18-1/+2
| | * | | Write tests for bot/cogs/test_snekbox.pyGravatar Akarys422020-02-09-0/+363
| | * | | Create an AsyncContextManagerMock mock for testing asynchronous context managersGravatar Akarys422020-02-09-0/+12
| * | | | Merge branch 'master' into fuzzy_zero_divGravatar Numerlor2020-02-28-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'master' into feat/backend/b496/rename-constantsGravatar Leon Sandøy2020-02-28-15/+0
| | |\ \ \
| | * | | | Fix mismatched constant names in syncer testsGravatar S. Co12020-02-25-2/+2
| | * | | | Merge branch 'master' into feat/backend/b496/rename-constantsGravatar S. Co12020-02-25-205/+1197
| | |\ \ \ \