diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-23 11:33:49 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-23 16:31:33 +0900 |
commit | 44b6044d4b5c84a3ec633a7bc50fde23d23ab7cb (patch) | |
tree | 761f8fd880cc788b4ae193695bcdb046aa18be0a /tests/test_domain_cpp.py | |
parent | 96fa6d2972ea7c77525607ec490daed9e303535d (diff) | |
download | sphinx-git-44b6044d4b5c84a3ec633a7bc50fde23d23ab7cb.tar.gz |
Implement get_full_qualified_name() to CPPDomain (refs: #3630)
Diffstat (limited to 'tests/test_domain_cpp.py')
-rw-r--r-- | tests/test_domain_cpp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py index 49d8e3206..3b2b3ba10 100644 --- a/tests/test_domain_cpp.py +++ b/tests/test_domain_cpp.py @@ -13,6 +13,8 @@ import re from six import text_type import pytest +from mock import Mock +from docutils import nodes from sphinx import addnodes from sphinx.domains.cpp import DefinitionParser, DefinitionError, NoOldIdError |