summaryrefslogtreecommitdiff
path: root/tests/test_domain_std.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix commented term in glossary directive is wrongly recognizedTakeshi KOMIYA2019-04-061-3/+27
|
* Add testcase for glossaryTakeshi KOMIYA2019-03-251-0/+135
|
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-1/+2
|
* 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.
* refactor: Store enumerable_nodes to registryTakeshi KOMIYA2018-02-201-0/+3
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Fix testcaseTakeshi KOMIYA2017-04-301-0/+2
|
* Implement get_full_qualified_name() to StandardDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+18
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+1
|
* std domain handles citationsTakeshi KOMIYA2016-08-161-0/+2
|
* Override figure directive to apply :name: option to the figure itselfTakeshi KOMIYA2016-02-141-23/+0
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|
* Complete test suite overhaul.Georg Brandl2014-09-211-80/+80
| | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* rename test filesTakayuki Shimizukawa2014-08-101-0/+80