File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11-e .
22black
3+ certifi
34pytest == 6.2.5
45wheel == 0.40.0
Original file line number Diff line number Diff line change 22from sphinx .application import Sphinx
33from sphinx .testing .path import path
44
5-
65pytest_plugins = "sphinx.testing.fixtures"
76
87
Original file line number Diff line number Diff line change 1- .. rli :: http://example.com/
2- :lines: 4-4
1+ Test Documentation
2+
3+ .. rli :: https://raw.githubusercontent.com/wpilibsuite/sphinxext-remoteliteralinclude/refs/heads/main/README.md
4+ :lines: 1-1
Original file line number Diff line number Diff line change 1- .. rli :: http://example.com/
2- :lines: 4-4
1+ Test Documentation
2+
3+ .. rli :: https://raw.githubusercontent.com/wpilibsuite/sphinxext-remoteliteralinclude/refs/heads/main/README.md
4+ :lines: 1-1
Original file line number Diff line number Diff line change 55from sphinx .config import Config
66from sphinxext .remoteliteralinclude import RemoteLiteralIncludeReader
77
8-
98DUMMY_CONFIG = Config ({}, {})
109
1110
@@ -15,7 +14,7 @@ def test_simple_short(app: Sphinx):
1514
1615 content = read_text (app )
1716
18- html = '<span class="n">Example</span> <span class="n">Domain</span>'
17+ html = "sphinxext-remoteliteralinclude"
1918
2019 assert html in content
2120
@@ -26,7 +25,7 @@ def test_simple_full(app: Sphinx):
2625
2726 content = read_text (app )
2827
29- html = '<span class="n">Example</span> <span class="n">Domain</span>'
28+ html = "sphinxext-remoteliteralinclude"
3029
3130 assert html in content
3231
You can’t perform that action at this time.
0 commit comments