mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename test-image-glob to test-images
This commit is contained in:
@@ -1080,8 +1080,8 @@ def test_text_references(app, warning):
|
||||
|
||||
|
||||
@pytest.mark.sphinx(
|
||||
'dummy', testroot='image-glob',
|
||||
srcdir='test_intl_image_glob',
|
||||
'dummy', testroot='images',
|
||||
srcdir='test_intl_images',
|
||||
confoverrides={'language': 'xx'}
|
||||
)
|
||||
def test_image_glob_intl(app):
|
||||
@@ -1124,8 +1124,8 @@ def test_image_glob_intl(app):
|
||||
|
||||
|
||||
@pytest.mark.sphinx(
|
||||
'dummy', testroot='image-glob',
|
||||
srcdir='test_intl_image_glob',
|
||||
'dummy', testroot='images',
|
||||
srcdir='test_intl_images',
|
||||
confoverrides={
|
||||
'language': 'xx',
|
||||
'figure_language_filename': u'{root}{ext}.{language}',
|
||||
|
||||
Reference in New Issue
Block a user