aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-03-10Use a clearer approach with less duplicate codeGravatar Numerlor-46/+35
2021-03-10Hold the symbol_get_event in the entire body of create_symbol_embedGravatar Numerlor-24/+24
2021-03-07Handle arbitrary amount of backslashes preceding the quote charGravatar Numerlor-11/+15
2021-03-06Remove superfluous commentGravatar Numerlor-2/+0
2021-03-06Handle unexpected errors when requesting markdownGravatar Numerlor-1/+12
2021-03-06Create the footer text before an inventory refresh can occurGravatar Numerlor-5/+6
2021-03-06Abstract logic from create_symbol_embed into additional methodsGravatar Numerlor-18/+36
2021-03-05Correct tests casesGravatar Numerlor-2/+2
2021-03-05Clarify the use of _set_expires and needs_expireGravatar Numerlor-0/+3
2021-03-05Rename markup_hint to MarkupGravatar Numerlor-2/+2
2021-03-05Name tasksGravatar Numerlor-5/+13
2021-03-05Use scheduling's create_taskGravatar Numerlor-1/+1
2021-03-05Add comment explaining purpose of create_task over awaitGravatar Numerlor-0/+1
2021-03-05Set future result to None on exceptionsGravatar Numerlor-7/+2
2021-03-05Correct typehintGravatar Numerlor-2/+2
2021-03-05Move future assignment and check outside of the tryGravatar Numerlor-5/+6
2021-03-05Rename params to clearer and more concise alternativesGravatar Numerlor-6/+6
2021-03-05Explain use of various containers in the cogGravatar Numerlor-1/+4
2021-03-05Use placeholder consistent with others in the cogGravatar Numerlor-1/+1
2021-03-05Add comments to the parsing moduleGravatar Numerlor-3/+8
2021-03-05Account for ellipses when determining the truncation description indexGravatar Numerlor-3/+3
2021-03-05Remove placeholder in shorten callGravatar Numerlor-1/+1
2021-03-05Use clearer branchingGravatar Numerlor-5/+3
2021-03-05Add comments for purpose of DocItem attributesGravatar Numerlor-5/+5
2021-03-05Do _item_futures cleanup in _parse_queue instead of a concurrent taskGravatar Numerlor-33/+4
2021-03-05Set the result of the future instead of an exception when avaialbleGravatar Numerlor-1/+5
2021-03-05Do not set redis results in get_symbol_embedGravatar Numerlor-3/+1
2021-03-05Typo and docstring style changesGravatar Numerlor-11/+11
2021-03-05Move the seconds of a week timedelta into a constantGravatar Numerlor-1/+3
2021-03-05Use deque instead of a listGravatar Numerlor-5/+7
2021-03-05Use common check for early exitGravatar Numerlor-11/+8
2021-02-28Add new symbols to front of queue instead of extending the endGravatar Numerlor-1/+1
2021-02-27Add digits to package covnerterGravatar Numerlor-2/+2
2021-02-27Get the last index instead of using maxGravatar Numerlor-1/+1
2021-02-24Use 4 spaces for hanging indentGravatar Numerlor-19/+19
2021-02-24Allow wildcard match for clear cache commandGravatar Numerlor-3/+7
2021-02-23Update docstringsGravatar Numerlor-2/+2
2021-02-23Remove redundant group checkGravatar Numerlor-1/+1
2021-02-23Correct length adjustmentGravatar Numerlor-1/+1
2021-02-23Add unittests for _split_signatureGravatar Numerlor-0/+59
2021-02-23Add lt and gt angle brackets to bracket pairsGravatar Numerlor-0/+1
2021-02-23Add deletedoccache alias to the clear cache commandGravatar Numerlor-1/+1
2021-02-23cleanup->clean_upGravatar Numerlor-2/+2
2021-02-23Remove unnecessary commentsGravatar Numerlor-10/+0
2021-02-23Use "inventories" when referring to the cog's collection of sphinx invsGravatar Numerlor-9/+9
2021-02-23Simplify conditionGravatar Numerlor-1/+1
2021-02-23Simplify the _split_parameters implementationGravatar Numerlor-30/+18
2021-02-23Fix docstring typosGravatar Numerlor-10/+10
2021-02-05Remove unnecessary use of partialGravatar Numerlor-6/+4
2021-02-03Avoid from import on _batch_parserGravatar Numerlor-3/+2