File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,6 @@ def linkcode_resolve(domain, info):
471
471
472
472
>>> _conf.linkcode_resolve is not None
473
473
True
474
- >>> ignored_input = "docs.conf" # this is unchanged
475
474
>>> test_text = "multicast.env" # this is resolved
476
475
>>> bad_input = False # this is invalid
477
476
>>> res_text = _conf.linkcode_resolve("py", info={"module": test_text})
@@ -485,15 +484,12 @@ def linkcode_resolve(domain, info):
485
484
True
486
485
>>> _conf.linkcode_resolve("py", info={"module": test_text,}) == res_text
487
486
True
488
- >>> _conf.linkcode_resolve("py", info={"module": ignored_input,}) == ignored_input
489
- True
490
487
>>> _conf.linkcode_resolve("py", info={"module": bad_input,}) is None
491
488
True
492
489
>>> len(res_text) > 0
493
490
True
494
491
>>>
495
492
>>> # cleanup from unit-test
496
- >>> del ignored_input
497
493
>>> del bad_input
498
494
>>> del test_text
499
495
>>> del res_text
You can’t perform that action at this time.
0 commit comments