Rename test-image-glob to test-images
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
@ -1,5 +1,5 @@
|
|||||||
test-image-glob
|
test-image
|
||||||
===============
|
==========
|
||||||
|
|
||||||
.. image:: rimg.png
|
.. image:: rimg.png
|
||||||
|
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
@ -1,5 +1,5 @@
|
|||||||
test-image-glob/subdir
|
test-images/subdir
|
||||||
======================
|
==================
|
||||||
|
|
||||||
.. image:: rimg.png
|
.. image:: rimg.png
|
||||||
|
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
@ -102,7 +102,7 @@ def test_numbered_circular_toctree(app, status, warning):
|
|||||||
'contents <- sub <- contents') in warnings
|
'contents <- sub <- contents') in warnings
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.sphinx(buildername='dummy', testroot='image-glob')
|
@pytest.mark.sphinx(buildername='dummy', testroot='images')
|
||||||
def test_image_glob(app, status, warning):
|
def test_image_glob(app, status, warning):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
|
|
||||||
|
@ -1080,8 +1080,8 @@ def test_text_references(app, warning):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.sphinx(
|
@pytest.mark.sphinx(
|
||||||
'dummy', testroot='image-glob',
|
'dummy', testroot='images',
|
||||||
srcdir='test_intl_image_glob',
|
srcdir='test_intl_images',
|
||||||
confoverrides={'language': 'xx'}
|
confoverrides={'language': 'xx'}
|
||||||
)
|
)
|
||||||
def test_image_glob_intl(app):
|
def test_image_glob_intl(app):
|
||||||
@ -1124,8 +1124,8 @@ def test_image_glob_intl(app):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.sphinx(
|
@pytest.mark.sphinx(
|
||||||
'dummy', testroot='image-glob',
|
'dummy', testroot='images',
|
||||||
srcdir='test_intl_image_glob',
|
srcdir='test_intl_images',
|
||||||
confoverrides={
|
confoverrides={
|
||||||
'language': 'xx',
|
'language': 'xx',
|
||||||
'figure_language_filename': u'{root}{ext}.{language}',
|
'figure_language_filename': u'{root}{ext}.{language}',
|
||||||
|