summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-131-0/+22
* Fix #8041: autodoc: An ivar on super class is not shown unexpectedlyTakeshi KOMIYA2020-08-081-6/+42
* refactor: test: Rename target.enum to target.enumsTakeshi KOMIYA2020-08-031-9/+9
* Fix #8032: autodoc: A typehint for inherited ivars is not shownTakeshi KOMIYA2020-08-021-0/+14
* Fix #1362: autodoc: Support private class attributesTakeshi KOMIYA2020-07-181-0/+45
* fixTakeshi KOMIYA2020-07-161-1/+14
* autodoc: the signature of base function will be shown for decorated functionsTakeshi KOMIYA2020-07-051-2/+2
* Fix #7812: autodoc: crashed when given name is conflictedTakeshi KOMIYA2020-07-041-10/+33
* Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-221-5/+43
* autodoc: Support TypeVar (refs: #7722)Takeshi KOMIYA2020-06-061-0/+40
* Support overloaded constructors (__call__, __init__ and __new__)Takeshi KOMIYA2020-06-021-0/+21
* Close #3610: autodoc: Support overloaded functionsTakeshi KOMIYA2020-05-311-0/+33
* Close #4422: autodoc: Support GenericAliasTakeshi KOMIYA2020-05-301-0/+31
* 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