aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeLines
* Fix unit tests for new failmail emojiGravatar Ionite2023-02-07-5/+5
|
* Add disallowed file extensions testsGravatar Ionite2023-02-06-0/+29
|
* Change failed files str to truncate on chars onlyGravatar ionite342022-12-20-13/+11
|
* Add normalize file name testsGravatar ionite342022-12-20-0/+34
|
* Refactor snekbox tests to moduleGravatar ionite342022-12-20-0/+0
|
* Rename method get_failed_files_strGravatar ionite342022-12-20-1/+1
|
* Add unit tests for EvalResult.files_error_strGravatar ionite342022-12-17-0/+21
|
* Add unit test for files_error_messageGravatar ionite342022-12-17-1/+28
|
* Update unit tests for EvalResult message changeGravatar ionite342022-12-17-7/+16
|
* Refactor to move snekbox to moduleGravatar ionite342022-12-14-18/+22
|
* Update test_post_job to use 3.10 snekboxGravatar ionite342022-12-14-1/+1
|
* Update function name `get_message`Gravatar ionite342022-12-14-3/+3
|
* Fix test_post_job unit testGravatar ionite342022-12-14-2/+2
|
* Reorder importsGravatar ionite342022-11-30-1/+1
|
* Merge branch 'main' into snekbox-filesGravatar Ionite2022-11-30-7/+7
|\
| * Update botcore module nameGravatar Chris Lovering2022-11-26-7/+7
| |
* | Update unit tests for snekboxGravatar ionite342022-11-30-54/+57
| |
* | Update unit testGravatar ionite342022-11-24-3/+3
| |
* | Update unit testsGravatar Ionite2022-11-20-28/+45
|/
* Merge branch 'main' into 2306-nominations-cleanupGravatar wookie1842022-11-05-13/+13
|\
| * Reverse changes to invalid arg breakGravatar Ionite2022-10-25-3/+4
| |
| * Update tests to work with rules arg fixGravatar Ionite2022-10-25-4/+3
| |
| * Update tests for new single string formatGravatar Ionite2022-10-25-12/+12
| |
| * Added new star expression fixGravatar Ionite2022-10-25-3/+3
| |
| * Made arg fix compatible with testsGravatar Ionite2022-10-25-3/+3
| |
| * Move Security cog to backend extensionGravatar mbaruh2022-10-22-1/+1
| |
* | Fix testsGravatar wookie1842022-10-22-19/+22
|/
* Merge branch 'main' into update-autoreview-systemGravatar wookie1842022-10-19-4/+93
|\
| * Use explicit mock channels in tests to remove warningGravatar Chris Lovering2022-10-10-2/+11
| | | | | | | | | | | | This is need due to the new behaviour of discord.utils.get supporting both iterables and async iterables by checking for the presence of the __aiter__ attr on the iterable. GuildChannelConverter._resolve_channel uses this get util under the hood which grabs the voice channels on the guild, which were previously Mocked by the MagicMock, meaning the __aiter__ attr was present, causing the util to think it should be ran asynchronously.
| * Merge branch 'main' into 2108-invoke-rule-command-with-keywordsGravatar Mark2022-09-20-14/+26
| |\
| | * Merge branch 'main' into mainGravatar ChrisJL2022-09-18-46/+155
| | |\
| | * | add: test for reasoned and reasonless pardonsGravatar Luna2022-08-17-1/+7
| | | |
| * | | move DEFAULT_RULES_DESCRIPTION under information.pyGravatar Amrou Bellalouna2022-09-20-2/+1
| | | |
| * | | use subTest to isolate assertionsGravatar Amrou Bellalouna2022-09-19-14/+17
| | | |
| * | | add DEFAULT_RULES_DESCRIPTION to avoid duplicationGravatar Amrou Bellalouna2022-09-19-7/+2
| | | |
| * | | fix redundant test nameGravatar Amrou Bellalouna2022-09-19-1/+1
| | | |
| * | | test the cases where default rules message is supposed to be sentGravatar Amrou Bellalouna2022-09-19-0/+31
| | | |
| * | | add test that checks for the sent content if one invalid index is present in ↵Gravatar Amrou Bellalouna2022-09-19-0/+46
| | | | | | | | | | | | | | | | the input
| * | | fix "isistance" typoGravatar Amrou Bellalouna2022-09-16-1/+1
| | | |
* | | | Use scoring system that weights age and number of entriesGravatar wookie1842022-10-09-4/+54
| | | | | | | | | | | | | | | | Added new tests for this behaviour, and added pytest-subtests dev dependency
* | | | Move tests out of moderation/ directoryGravatar wookie1842022-10-09-0/+0
| | | | | | | | | | | | | | | | I didn't mean to put them there in the first place
* | | | Rename test function and re-add change removed in merge.Gravatar wookie1842022-09-19-2/+2
| | | |
* | | | Merge branch 'main' into update-autoreview-systemGravatar wookie1842022-09-19-187/+268
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'main' into fix-not-awaited-coroutine-warningGravatar ChrisJL2022-09-18-174/+249
| |\ \ \
| | * | | Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275)Gravatar Aleksey Zasorin2022-09-16-1/+1
| | |/ / | | | | | | | | The attribute was removed from Bot in fc05849
| | * | Merge branch 'main' into infraction-durationsGravatar Boris Muratov2022-08-19-18/+111
| | |\ \
| | | * | fix: don't include replied mentions in mention filter (#2017)Gravatar arl2022-08-18-5/+75
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Izan <[email protected]> Co-authored-by: TizzySaurus <[email protected]> Co-authored-by: Xithrius <[email protected]>
| | | * | Merge branch 'main' into incident-archive-msg-improvementsGravatar wookie1842022-08-18-42/+37
| | | |\|
| | | * | Fix incident tests.Gravatar Izan2022-08-15-13/+25
| | | | |
| | | * | Merge branch 'main' into incident-archive-msg-improvementsGravatar TizzySaurus2022-08-14-447/+603
| | | |\ \