Rename test-image-glob to test-images

This commit is contained in:
Takeshi KOMIYA 2017-03-27 23:46:10 +09:00
parent 9fd0205b27
commit 13acfd3ce1
19 changed files with 9 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,5 +1,5 @@
test-image-glob test-image
=============== ==========
.. image:: rimg.png .. image:: rimg.png

View File

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 120 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 120 B

View File

@ -1,5 +1,5 @@
test-image-glob/subdir test-images/subdir
====================== ==================
.. image:: rimg.png .. image:: rimg.png

View File

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 120 B

View File

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 120 B

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -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()

View File

@ -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}',