| Commit message (Expand) | Author | Age | Lines |
| * | (Moderation Utils Tests): Move errors from booleans to actual errors in `post... | ks123 | 2020-03-12 | -7/+4 |
| * | (Moderation Utils Tests): Hard-coded `self.ctx` argument to `post_user` test,... | ks123 | 2020-03-12 | -5/+5 |
| * | (Moderation Utils Tests): Fixed formatting in `notify_infraction` test. | ks123 | 2020-03-12 | -3/+1 |
| * | (Moderation Utils Tests): Removed unnecessary symbols from `has_active_infrac... | ks123 | 2020-03-12 | -2/+2 |
| * | (Moderation Utils Tests): Moved embed generating to test cases loop from test... | ks123 | 2020-03-12 | -10/+10 |
| * | (Moderation Utils Tests): Added params to variable in `has_active_infraction`... | ks123 | 2020-03-12 | -5/+7 |
| * | (Moderation Utils Tests): Create extra new tests set for `post_infraction` te... | ks123 | 2020-03-12 | -103/+60 |
| * | (Moderation Utils Tests): Moved mock resetting to beginning of subtest in `po... | ks123 | 2020-03-08 | -4/+2 |
| * | (Moderation Utils Tests): Removed unnecessary `if` check from `send_private_e... | ks123 | 2020-03-08 | -2/+1 |
| * | (Moderation Utils Tests): Hard-coded args for `send_private_embed` test. | ks123 | 2020-03-08 | -10/+6 |
| * | (Moderation Utils Tests): Added new check to `post_user` test (`ctx.send` con... | ks123 | 2020-03-08 | -35/+16 |
| * | (Moderation Utils Tests): Moved `expected_output` from `Dict` to `discord.Emb... | ks123 | 2020-03-08 | -15/+9 |
| * | (Moderation Utils Tests): Removed unnecessary `ctx.send` `side_effect` from `... | ks123 | 2020-03-08 | -11/+4 |
| * | (Moderation Utils Tests): Moved `notify_infraction` embed check from dict to ... | ks123 | 2020-03-08 | -28/+43 |
| * | (Moderation Utils Tests): Removed unnecessary `ctx.send` mock resetting, move... | ks123 | 2020-03-08 | -4/+1 |
| * | (Moderation Utils Tests): Removed unnecessary `ctx.send` `side_effect` and re... | ks123 | 2020-03-08 | -12/+6 |
| * | (Moderation Utils Tests): Removed `Dict` unpacking in `notify_infraction` test. | ks123 | 2020-03-08 | -20/+20 |
| * | (Moderation Utils Tests): Cleaned up `has_active_infraction` test cases, hard... | ks123 | 2020-03-08 | -30/+11 |
| * | (Moderation Utils Tests): Hard-coded API get request params for `has_active_i... | ks123 | 2020-03-08 | -13/+6 |
| * | (Moderation Utils Tests): Removed large `utils` parts import, use import `uti... | ks123 | 2020-03-08 | -12/+10 |
| * | (Moderation Utils Tests): Fixed docstrings, added more information to these. | ks123 | 2020-03-08 | -6/+8 |
| * | (Moderation Utils Tests): Fixed errors, added checks before assertions for er... | ks123 | 2020-03-05 | -1/+4 |
| * | (Moderation Utils Tests): Added additional assertions to `post_infraction` test. | ks123 | 2020-03-05 | -8/+54 |
| * | (Moderation Utils Tests): Added `user.send` call assertion to `test_send_priv... | ks123 | 2020-03-05 | -0/+2 |
| * | (Moderation Utils Tests): Added API POST call assertion to `test_post_user`. | ks123 | 2020-03-05 | -5/+24 |
| * | (Moderation Utils Tests): Added new assertions to `notify_pardon`, added `ctx... | ks123 | 2020-03-05 | -6/+24 |
| * | (Moderation Utils Tests): Added new assertions to `post_infraction`, added `c... | ks123 | 2020-03-05 | -11/+33 |
| * | (Moderation Utils Tests): Added following new assertions to `has_active_infra... | ks123 | 2020-03-05 | -3/+27 |
| * | (Moderation Utils Tests): Use `bot.cogs.moderation.utils`'s `RULES_URL` inste... | ks123 | 2020-03-05 | -2/+1 |
| * | (Moderation Utils Tests): Removed unnecessary `AsyncMock()` from `__init__` (... | ks123 | 2020-03-05 | -1/+0 |
| * | (Moderation Utils Tests): Moved `has_active_infraction` tests to one test. | ks123 | 2020-03-05 | -22/+35 |
| * | (Moderation Utils Tests): `send_private_embed` moved exception creating from ... | ks123 | 2020-03-05 | -4/+6 |
| * | (Moderation Utils Tests): Created tests for `post_infraction` function, creat... | ks123 | 2020-03-05 | -1/+68 |
| * | (Moderation Utils Tests): Created tests for `send_private_embed` function + F... | ks123 | 2020-03-04 | -3/+44 |
| * | (Moderation Utils Tests): Created tests for `post_user` function. | ks123 | 2020-03-04 | -1/+59 |
| * | (Moderation Utils Tests): Created tests for `notify_pardon` function. | ks123 | 2020-03-04 | -2/+39 |
| * | (Moderation Utils Tests): Created tests for `notify_infraction` function. | ks123 | 2020-03-04 | -2/+91 |
| * | (Moderation Utils Tests): Created tests for `has_active_infraction` function | ks123 | 2020-03-03 | -0/+24 |
| * | (Moderation Utils Tests): Added imports, modified tests class instance and cr... | ks123 | 2020-03-03 | -5/+7 |
| * | Created file for moderation utils tests + added setUp to this. | ks123 | 2020-03-03 | -0/+12 |
| * | Modify log test regex to be non-os-specific | S. Co1 | 2020-03-01 | -1/+1 |
| * | Migrate snekbox tests to Python 3.8's unittest | Sebastiaan Zeeff | 2020-02-29 | -41/+27 |
| * | Merge branch 'master' into python38-migration | Sebastiaan Zeeff | 2020-02-29 | -23/+376 |
| |\ |
|
| | * | Merge branch 'master' into fuzzy_zero_div | Shirayuki Nekomata | 2020-02-29 | -0/+380 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/master' into eval-enhancements | MarkKoz | 2020-02-28 | -471/+1844 |
| | | |\ |
|
| | | * | | Return only the new code in continue_eval and check for truthiness instead | Matteo | 2020-02-28 | -4/+4 |
| | | * | | Use unicode code point instead of literal for the snekbox re-eval emoji | Matteo | 2020-02-27 | -3/+3 |
| | | * | | Split the eval command procedure into two functions. | Matteo | 2020-02-27 | -69/+81 |
| | | * | | Merge branch 'master' into eval-enhancements | Matteo Bertucci | 2020-02-18 | -1/+8 |
| | | |\ \ |
|
| | | * | | | Use kwargs to set mock attributes | Matteo | 2020-02-18 | -25/+11 |