Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2021-11-06 16:33:47 +0300
committerJakob Lykke Andersen <Jakob@caput.dk>2022-01-16 11:48:06 +0300
commitccc4f95b42c4caba74cf01f9aa898a96a3372b9e (patch)
treec8cd7686bcba47d117e62288e9f923425896c14d /tests
parent029d0e5b1837de4e33ee92cbb88d650e9afb8a3d (diff)
intersphinx role, hax role name to preserve case
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ext_intersphinx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_intersphinx.py b/tests/test_ext_intersphinx.py
index 11450e2c3..b2ad8afe5 100644
--- a/tests/test_ext_intersphinx.py
+++ b/tests/test_ext_intersphinx.py
@@ -565,7 +565,7 @@ def test_intersphinx_role(app, warning):
# explicit inventory
assert html.format('cfunc.html#CFunc') in content
- #assert "WARNING: inventory for external cross-reference not found: invNope" in wStr
+ assert "WARNING: inventory for external cross-reference not found: invNope" in wStr
# explicit title
assert html.format('index.html#foons') in content