Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the test suite connectivity-agnostic. #12095

Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
782812e
tests: network: serve remote images from local test HTTP servers
jayaddison Mar 14, 2024
2339a93
epub: offline test fixup: remove non-local image from root test project
jayaddison Mar 14, 2024
514ad2e
Merge branch 'master' into issue-12094/test-suite-connectivity-agnostic
jayaddison Apr 9, 2024
fb23eff
Tests: test_latex_images: match against test HTTP server address.
jayaddison Apr 9, 2024
f6e6c0e
Revert "Tests: test_latex_images: match against test HTTP server addr…
jayaddison Apr 9, 2024
92516f8
Tests: test_latex_images: use a static test HTTP server port number.
jayaddison Apr 9, 2024
9ca2670
Remote image post-transform: add a character-translation for port num…
jayaddison Apr 9, 2024
a7f306d
Merge branch 'issue-12100/image-url-to-directory-safechars' into issu…
jayaddison Apr 9, 2024
ebc6d1a
Tests: cleanup: remove the if_online and sphinx_remote_query_address …
jayaddison Apr 9, 2024
2721a9f
Tests: cleanup: remove no-longer-used _HOST_ONLINE_ERROR key and _que…
jayaddison Apr 9, 2024
8d6c7dc
Tests: cleanup: remove unused import.
jayaddison Apr 9, 2024
c1ca06a
Revert "Remote image post-transform: add a character-translation for …
jayaddison Apr 10, 2024
04d7c9d
Tests: test_latex_images: mark as xfail for non-posix, pending #12100…
jayaddison Apr 10, 2024
828359d
Remote image post-transform: retain on-disk path on posix systems.
jayaddison Apr 10, 2024
fdd724b
Codestyle: reformat image-download URI-to-fs-path translations.
jayaddison Apr 10, 2024
c2bd5e2
Merge branch 'issue-12100/image-url-to-directory-safechars' into issu…
jayaddison Apr 10, 2024
7654fb0
Revert "Tests: test_latex_images: mark as xfail for non-posix, pendin…
jayaddison Apr 10, 2024
2a66eee
Merge branch 'master' into issue-12094/test-suite-connectivity-agnostic
jayaddison Apr 12, 2024
e65432c
Merge branch 'refs/heads/master' into issue-12094/test-suite-connecti…
AA-Turner Apr 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
epub: offline test fixup: remove non-local image from root test project
  • Loading branch information
jayaddison committed Mar 14, 2024
commit 2339a937e3ed2d8ff71d64ee473fd020aea5d46c
3 changes: 0 additions & 3 deletions tests/roots/test-root/images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Sphinx image handling
.. an image with unspecified extension
.. image:: img.*

.. a non-local image URI
.. image:: http:https://localhost:7777/sphinx.png

.. an image with subdir and unspecified extension
.. image:: subdir/simg.*

Expand Down
Loading