aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* 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
| * | | | | 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
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Tests: fix setting bot-commands ID in information testsGravatar MarkKoz2020-02-23-4/+4
| * | | | | | Constants: rename roles to match their names in the guildGravatar MarkKoz2020-02-23-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into fuzzy_zero_divGravatar Sebastiaan Zeeff2020-02-27-15/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' into channel_constants_checkGravatar Numerlor2020-02-25-205/+1197
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Remove unused `chunks` function and its tests.Gravatar Numerlor2020-02-24-15/+0
| | |/ / / | |/| | |