summaryrefslogtreecommitdiff
path: root/tests/test_domain_py.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-19 18:31:52 +0900
committerGitHub <noreply@github.com>2021-12-19 18:31:52 +0900
commit40db5694faf8d74d34675a686960ca76d984042b (patch)
tree5010e3017b4010dfd28f8fa215ffd1e1f77b462a /tests/test_domain_py.py
parent977c602b210b38b92606e4999b1fbedb4ee67501 (diff)
parent627d73a683c749a85019ead70f8f147e24b4a124 (diff)
downloadsphinx-git-40db5694faf8d74d34675a686960ca76d984042b.tar.gz
Merge pull request #9992 from tk0miya/debug_print
test: Remove debug print
Diffstat (limited to 'tests/test_domain_py.py')
-rw-r--r--tests/test_domain_py.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py
index dbd594f83..f6af3e9af 100644
--- a/tests/test_domain_py.py
+++ b/tests/test_domain_py.py
@@ -314,7 +314,6 @@ def test_parse_annotation(app):
[desc_sig_punctuation, "]"]))
doctree = _parse_annotation("Callable[[int, int], int]", app.env)
- print(doctree)
assert_node(doctree, ([pending_xref, "Callable"],
[desc_sig_punctuation, "["],
[desc_sig_punctuation, "["],