Fix the dirname for testing files

This commit is contained in:
cocoatomo
2018-02-19 09:51:30 +09:00
parent 97463fd07e
commit f3d13d9ce7
5 changed files with 1 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ def test_gettext_template(app):
assert "Sphinx %(version)s" in result
@pytest.mark.sphinx('gettext', testroot='intl-template')
@pytest.mark.sphinx('gettext', testroot='gettext-template')
def test_gettext_template_msgid_order_in_sphinxpot(app):
app.builder.build_all()
assert (app.outdir / 'sphinx.pot').isfile()