aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Snekbox tests: use `get_code` in `test_continue_eval_does_continue`Gravatar MarkKoz2020-03-25-3/+6
* Snekbox tests: test `get_code`Gravatar MarkKoz2020-03-25-4/+32
* Cog tests: comment some code for clarificationGravatar MarkKoz2020-03-16-0/+3
* Cog tests: fix error on import due to discord.ext.tasks.loopGravatar MarkKoz2020-03-13-3/+5
* Cog tests: fix leading space in aliases without parentsGravatar MarkKoz2020-03-13-1/+1
* Cog tests: add a test for duplicate command names & aliasesGravatar MarkKoz2020-03-13-0/+17
* Cog tests: fix duplicate commands being yieldedGravatar MarkKoz2020-03-13-1/+2
* Cog tests: fix nested modules not being foundGravatar MarkKoz2020-03-13-9/+13
* Cog tests: fix duplicate cogs being yieldedGravatar MarkKoz2020-03-13-1/+2
* Cog tests: fix Cog type check in `walk_cogs`Gravatar MarkKoz2020-03-13-3/+3
* Cog tests: add a function to yield all commandsGravatar MarkKoz2020-03-13-0/+7
* Cog tests: add a function to get all qualified names for a cmdGravatar MarkKoz2020-03-13-0/+8
* Cog tests: add a function to get all cogsGravatar MarkKoz2020-03-13-0/+7
* Cog tests: add a function to get all extensionsGravatar MarkKoz2020-03-13-0/+11
* Cog tests: add a function to get all commandsGravatar MarkKoz2020-03-09-0/+12
* Cog tests: create boilerplate for command name testsGravatar MarkKoz2020-03-09-0/+7
* Merge branch 'master' into roles-command-paginationGravatar scragly2020-03-05-48/+11
|\
| * Update code for pep8-naming complianceGravatar S. Co12020-03-03-6/+6
| * Remove CaseInsensitiveDictGravatar S. Co12020-03-03-37/+0
| * Add more pre-commit hooksGravatar MarkKoz2020-03-02-5/+5
* | (Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...Gravatar ks1232020-03-05-1/+1
* | (Information Cog, !roles command test): Applied empty parameter change.Gravatar ks1232020-03-05-1/+1
* | Merge branch 'master' into roles-command-paginationGravatar S. Co12020-03-03-512/+196
|\|
| * 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
| |\
| * | Use MagicMock as return value for _get_diff mockGravatar Sebastiaan Zeeff2020-02-24-2/+2
| * | Sync tests: use autospec instead of MockSyncerGravatar MarkKoz2020-02-23-18/+4
| * | Migrate syncers test suite to Python 3.8Gravatar Sebastiaan Zeeff2020-02-24-75/+34
| * | Use realistic mixin implementationGravatar Sebastiaan Zeeff2020-02-24-1/+1
| * | Merge branch 'master' into python38-migrationGravatar Sebastiaan Zeeff2020-02-24-210/+1198
| |\ \
| * | | Fix test_time test and ensure coverageGravatar Sebastiaan Zeeff2020-02-23-4/+4
| * | | Use unittest's AsyncMock instead of our AsyncMockGravatar Sebastiaan Zeeff2020-02-23-213/+103
| * | | Remove lingering pytest test_time.py fileGravatar Sebastiaan Zeeff2020-02-23-62/+0
| * | | Use IsolatedAsyncioTestCase instead of async_testGravatar Sebastiaan Zeeff2020-02-23-70/+13
| * | | Use mixin-composition not inheritance for LoggingTestCaseGravatar Sebastiaan Zeeff2020-02-23-16/+14
* | | | !roles Command Test: Applied !roles command changesGravatar Karlis. S2020-03-01-3/+2
| |_|/ |/| |
* | | 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