aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-06-29Trigger typing in converter instead of command.Gravatar Numerlor-4/+2
2020-06-29Add stat for packages of fetched symbols.Gravatar Numerlor-10/+13
2020-06-28Only update added inventory instead of all.Gravatar Numerlor-1/+1
2020-06-27Only include one newline for `p` tags in `li` elements.Gravatar Numerlor-0/+7
2020-06-27Redesign `find_all_text_until_tag` to search through all direct children.Gravatar Numerlor-27/+12
2020-06-21Strip backticks from symbol input.Gravatar Numerlor-0/+1
2020-06-21Correct return when a module symbol could not be parsed.Gravatar Numerlor-9/+8
2020-06-21Fix typehint.Gravatar Numerlor-1/+1
2020-06-21Renamed existing symbols from `NO_OVERRIDE_GROUPS` instead of replacing.Gravatar Numerlor-7/+12
2020-06-21Add symbol group name to symbol inventory entries.Gravatar Numerlor-10/+17
2020-06-21Remove unnecessary join.Gravatar Numerlor-1/+1
2020-06-21Also check signatures before selected symbol when collecting 3 signatures.Gravatar Numerlor-1/+5
2020-06-21Account for `NavigableString`s when gathering text.Gravatar Numerlor-3/+9
2020-06-18Make sure only class contents are included, without methods.Gravatar Numerlor-13/+42
2020-06-18Move symbol parsing into separate methods.Gravatar Numerlor-23/+43
2020-06-17Skip symbols with slashes in them.Gravatar Numerlor-0/+2
2020-06-17Make doc get greedy.Gravatar Numerlor-5/+6
2020-06-17Resolve relative href urls in a html elements.Gravatar Numerlor-3/+13
2020-05-30Tags: explicitly use UTF-8 to read filesGravatar MarkKoz-1/+1
2020-05-29Reduce the number of help channel name changesGravatar Sebastiaan Zeeff-29/+3
2020-05-29Fix `check_for_answer` breaking on missing cacheGravatar Sebastiaan Zeeff-2/+5
2020-05-29Ignore response when posting python newsGravatar Matteo Bertucci-0/+1
2020-05-28Move the `self.redis_closed` into session create.Gravatar Leon Sandøy-1/+1
2020-05-28Prevent a state where a coro could wait forever.Gravatar Leon Sandøy-2/+6
2020-05-28Add custom exceptions for each error state.Gravatar Leon Sandøy-8/+21
2020-05-28Make prefix consts private and more precise.Gravatar Leon Sandøy-9/+9
2020-05-28Reduce complexity on some of the typestring stuff.Gravatar Leon Sandøy-31/+9
2020-05-27Fix ATROCIOUS comment.Gravatar Leon Sandøy-3/+5
2020-05-27Refactor typestring converters to partialmethods.Gravatar Leon Sandøy-30/+24
2020-05-27Floats are no longer permitted as RedisCache keys.Gravatar Leon Sandøy-43/+86
2020-05-27Add some tests for `in_whitelist_check`.Gravatar Leon Sandøy-0/+48
2020-05-27Remove the now deprecated in_channel_check.Gravatar Leon Sandøy-16/+0
2020-05-27Refactor .increment and add lock test.Gravatar Leon Sandøy-65/+109
2020-05-27Clear cache in asyncSetUp instead of tests.Gravatar Leon Sandøy-6/+1
2020-05-27Allow some commands to fail checks silently.Gravatar Leon Sandøy-2/+9
2020-05-27No redirect for mod management.Gravatar Leon Sandøy-0/+1
2020-05-27Find + change all InWhitelistCheckFailure importsGravatar Leon Sandøy-9/+8
2020-05-27Allow infraction management in modmail categoryGravatar Leon Sandøy-12/+13
2020-05-27Refactor the in_whitelist deco to a check.Gravatar Leon Sandøy-53/+86
2020-05-26Add /r/FlutterDev to the guild invite whitelistGravatar Dennis Pham-0/+1
2020-05-26Add a test for RuntimeErrors.Gravatar Leon Sandøy-0/+22
2020-05-26Swap the order for the validate_cache checks.Gravatar Leon Sandøy-8/+8
2020-05-26Improve some docstrings for RedisCache.Gravatar Leon Sandøy-5/+3
2020-05-26Make self.increment_lock private.Gravatar Leon Sandøy-2/+2
2020-05-26Add better docstring for RedisCache.updateGravatar Leon Sandøy-2/+12
2020-05-26Fix edge case where pop might not delete.Gravatar Leon Sandøy-6/+6
2020-05-26Turn log.exception into log.errorGravatar Leon Sandøy-17/+22
2020-05-26[stats] Do not report modmail channels to statsGravatar Joseph Banks-1/+11
2020-05-25Expose the redis port to the hostGravatar MarkKoz-0/+2
2020-05-25Improve output of section name in config validation subtestsGravatar MarkKoz-1/+1