summaryrefslogtreecommitdiff
path: root/tests/test_ext_napoleon_docstring.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-5/+83
|\
| * enable preprocessing in the testsKeewis2020-08-181-2/+3
| * Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-181-26/+75
| |\
| * \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-071-48/+82
| |\ \
| * | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-1/+19
| * | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-2/+36
| |\ \ \
| * | | | expect the normal raises and yields to be preprocessed, tooKeewis2020-08-041-4/+4
| * | | | move the GoogleDocstring test to the appropriate test classKeewis2020-08-041-16/+16
| * | | | move the return types and yield types tests to above the raises testKeewis2020-08-041-36/+45
| * | | | move the translations to a named variableKeewis2020-08-041-6/+5
| * | | | add test for the raises, yields and returns sectionsKeewis2020-08-041-1/+52
* | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-2/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-28/+3
| * | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+32
| * | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-0/+22
| |/ / /
* | | | default to False and update the testsKeewis2020-08-121-29/+31
* | | | only preprocess if the preprocessor is enabledKeewis2020-08-101-0/+21
* | | | Fix #7780: napoleon: multiple params declaration was wrongly recognizedTakeshi KOMIYA2020-08-071-0/+26
| |_|/ |/| |
* | | napoleon: Fix a broken test (refs: #8049)Takeshi KOMIYA2020-08-071-1/+1
* | | Merge pull request #8049 from keewis/type-preprocessing-without-use_paramTakeshi KOMIYA2020-08-071-48/+48
|\ \ \
| * | | preprocess even with napoleon_use_param = FalseKeewis2020-08-041-48/+48
| |/ /
* | | remove the syntax checks from the escape method and update the testsKeewis2020-08-051-22/+9
* | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-08-041-18/+52
|\ \ \ | | |/ | |/|
| * | make sure strings are not split using other delimitersKeewis2020-08-041-0/+2
| * | check that a "default <obj>" notation works with xrefsKeewis2020-08-041-0/+2
| * | check that floats and complex numbers are detected as literalsKeewis2020-08-011-0/+2
| * | use a regex to decide whether to postprocess a token starting with defaultKeewis2020-08-011-0/+2
| * | properly link ... to EllipsisKeewis2020-07-311-2/+6
| * | add tests for referencing ellipsis objectsKeewis2020-07-291-2/+2
| * | add more delimiters so describing mappings becomes possibleKeewis2020-07-291-0/+8
| * | make the postprocessing a bit more robust and add testsKeewis2020-07-291-0/+14
| * | move the misplaced GoogleDocstring test to the appropriate test classKeewis2020-07-291-16/+16
| |/
* | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-07-251-5/+186
|\ \ | |/
| * allow mapping to a long nameKeewis2020-07-211-1/+7
| * support pandas-style default spec by postprocessing tokensKeewis2020-07-211-0/+2
| * don't try to generate test cases in codeKeewis2020-07-161-100/+34
| * add type hints and location informationKeewis2020-07-161-5/+5
| * make sure singletons actually use :obj:Keewis2020-07-161-4/+4
| * add back the trailing whitespaceKeewis2020-07-161-1/+1
| * use the dedent function imported at module-levelKeewis2020-07-161-13/+12
| * rewrite the invalid token_type test to check the warningsKeewis2020-07-161-16/+38
| * add back the trailing whitespaceKeewis2020-07-161-1/+1
| * also test invalid string tokensKeewis2020-07-161-1/+5
| * also check type specs without actual typesKeewis2020-07-161-4/+3
| * reimplement the value set combination function using collections.dequeKeewis2020-07-161-23/+64
| * move the warnings to token_typeKeewis2020-07-161-7/+36
| * expect a warning instead of an errorKeewis2020-07-161-1/+1
| * update the integration testKeewis2020-07-161-8/+15
| * test that braces and quotes in strings workKeewis2020-07-161-0/+4
| * fix the expected parameters section to match the current statusKeewis2020-07-161-4/+4