Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b05a12

Browse files
committed
Fixed failing tests
1 parent a747d82 commit 1b05a12

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

sphinx_automodapi/tests/test_automodapi.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ def warn(self, msg, loc):
5757
am_replacer_basic_expected = """
5858
This comes before
5959
60+
6061
sphinx_automodapi.tests.test_automodapi Module
61-
-------------------------------------------------------
62+
----------------------------------------------
6263
6364
.. automodule:: sphinx_automodapi.tests.test_automodapi
6465
@@ -104,8 +105,9 @@ def test_am_replacer_basic():
104105
am_replacer_noinh_expected = """
105106
This comes before
106107
108+
107109
sphinx_automodapi.tests.test_automodapi Module
108-
-------------------------------------------------------
110+
----------------------------------------------
109111
110112
.. automodule:: sphinx_automodapi.tests.test_automodapi
111113
@@ -145,8 +147,9 @@ def test_am_replacer_noinh():
145147
am_replacer_titleandhdrs_expected = """
146148
This comes before
147149
150+
148151
sphinx_automodapi.tests.test_automodapi Module
149-
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
152+
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
150153
151154
.. automodule:: sphinx_automodapi.tests.test_automodapi
152155
@@ -204,8 +207,9 @@ def test_am_replacer_titleandhdrs():
204207
am_replacer_nomain_expected = """
205208
This comes before
206209
210+
207211
sphinx_automodapi.automodapi Module
208-
--------------------------------------------
212+
-----------------------------------
209213
210214
211215
@@ -246,8 +250,9 @@ def test_am_replacer_nomain():
246250
am_replacer_skip_expected = """
247251
This comes before
248252
253+
249254
sphinx_automodapi.automodapi Module
250-
--------------------------------------------
255+
-----------------------------------
251256
252257
.. automodule:: sphinx_automodapi.automodapi
253258
@@ -313,6 +318,7 @@ def test_am_replacer_invalidop():
313318
am_replacer_cython_expected = """
314319
This comes before
315320
321+
316322
apyhtest_eva.unit02 Module
317323
--------------------------
318324

0 commit comments

Comments
 (0)