mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix the dirname for testing files
This commit is contained in:
@@ -167,7 +167,7 @@ def test_gettext_template(app):
|
|||||||
assert "Sphinx %(version)s" in result
|
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):
|
def test_gettext_template_msgid_order_in_sphinxpot(app):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
assert (app.outdir / 'sphinx.pot').isfile()
|
assert (app.outdir / 'sphinx.pot').isfile()
|
||||||
|
|||||||
Reference in New Issue
Block a user