File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def test_params(request: Any) -> dict[str, Any]:
151151def app (
152152 test_params : dict [str , Any ],
153153 app_params : _app_params ,
154- make_app : Callable [[] , SphinxTestApp ],
154+ make_app : Callable [... , SphinxTestApp ],
155155 shared_result : SharedResult ,
156156) -> Iterator [SphinxTestApp ]:
157157 """Provides the 'sphinx.application.Sphinx' object"""
@@ -183,7 +183,7 @@ def warning(app: SphinxTestApp) -> StringIO:
183183
184184
185185@pytest .fixture
186- def make_app (test_params : dict [str , Any ]) -> Iterator [Callable [[] , SphinxTestApp ]]:
186+ def make_app (test_params : dict [str , Any ]) -> Iterator [Callable [... , SphinxTestApp ]]:
187187 """Provides make_app function to initialize SphinxTestApp instance.
188188 if you want to initialize 'app' in your test function. please use this
189189 instead of using SphinxTestApp class directory.
You can’t perform that action at this time.
0 commit comments