summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_importer.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA2019-02-271-97/+0
* Merge branch 'master' into 5394_meaningful_annotations_for_mockTakeshi KOMIYA2019-02-111-14/+64
|\
| * Merge branch '1.8'Takeshi KOMIYA2019-02-031-0/+19
| |\
| | * Fix #5995: autodoc: autodoc_mock_imports conflict with metaclassTakeshi KOMIYA2019-02-021-0/+23
| * | 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
| * | Add testcases for mock()Takeshi KOMIYA2018-12-041-1/+33
| |/
* | _MockModule and _MockObject now display meaningful names in type annotations ...Max2018-09-071-1/+17
|/
* Fix #4956: autodoc: Failed to extract document from a subclass of the class o...Takeshi KOMIYA2018-05-211-0/+31