summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_importer.py
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
| * | 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
|/ | | | and superclass names
* Fix #4956: autodoc: Failed to extract document from a subclass of the class ↵Takeshi KOMIYA2018-05-211-0/+31
on mocked module