MCPcopy Index your code
hub / github.com/idank/explainshell / test_section_8

Method test_section_8

tests/test_web_views.py:577–582  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

575 self.assertIsNone(manpage_url("custom/distro/1/foo.1.gz"))
576
577 def test_section_8(self):
578 url = manpage_url("ubuntu/26.04/8/iptables.8.gz")
579 self.assertRegex(
580 url,
581 r"https://manpages\.ubuntu\.com/manpages/\w+/en/man8/iptables\.8\.html",
582 )
583
584 def test_posix_section(self):
585 url = manpage_url("ubuntu/26.04/1/crontab.1posix.gz")

Callers

nothing calls this directly

Calls 1

manpage_urlFunction · 0.90

Tested by

no test coverage detected