summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix autoclass signature parsingEric Wieser2020-05-281-32/+75
* Fix #3673: autodoc: bysource order does not work for a module having __all__Takeshi KOMIYA2020-05-231-0/+34
* Merge pull request #7709 from tk0miya/refactor_test_ext_autodocTakeshi KOMIYA2020-05-231-136/+2
|\
| * refactor: test: Separate tests for autofunctionTakeshi KOMIYA2020-05-221-136/+2
* | Merge branch '3.x' into 7668_wront_retannTakeshi KOMIYA2020-05-221-11/+35
|\ \ | |/
| * Fix #7676: autodoc: typo in the default value of autodoc_member_orderTakeshi KOMIYA2020-05-171-1/+1
| * refactor: autodoc: Remove magic mock from singledispatch processingTakeshi KOMIYA2020-05-161-8/+9
| * Merge pull request #7663 from jakobandersen/astextJakob Lykke Andersen2020-05-161-1/+1
| |\
| | * ... and don't break tests.Jakob Lykke Andersen2020-05-141-1/+1
| * | Fix #7650: autodoc: undecorated signature is shown for decorated functionsTakeshi KOMIYA2020-05-111-1/+24
| |/
* | Fix #7668: autodoc: wrong retann value is passed to autodoc-proccess-signatureTakeshi KOMIYA2020-05-161-1/+21
|/
* Fix test_ext_autodoc: Set testroot to testcasesTakeshi KOMIYA2020-05-111-0/+11
* Merge pull request #7623 from tk0miya/7362_autofunction_for_builtinsTakeshi KOMIYA2020-05-091-2/+41
|\
| * Fix autodoc: does not render correct signatures for built-in methodsTakeshi KOMIYA2020-05-091-2/+15
| * Fix #7362: autodoc: does not render correct signatures for built-in functionsTakeshi KOMIYA2020-05-091-0/+26
* | Merge pull request #7624 from tk0miya/refactor_autodoc2Takeshi KOMIYA2020-05-091-0/+27
|\ \ | |/ |/|
| * refactor: autodoc: class processors on autofunction is no longer neededTakeshi KOMIYA2020-05-071-0/+27
* | Fix #7551: autodoc: failed to import nested classTakeshi KOMIYA2020-05-071-16/+16
|/
* test: Rename test_autodoc.py to test_ext_autodoc.pyTakeshi KOMIYA2020-05-061-0/+1712
* test: Merge test_ext_autodoc.py and test_autodoc.pyTakeshi KOMIYA2020-05-061-33/+0
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-171-3/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-1/+1
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-0/+2
* autodoc: make full reference for classes, aliased with "alias of"Sergey B Kirpichev2018-01-131-0/+10
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+2
* Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules b...Takeshi KOMIYA2016-08-091-0/+25