MCPcopy Index your code
hub / github.com/python/cpython / test_comment_at_end_of_machine_line

Method test_comment_at_end_of_machine_line

Lib/test/test_netrc.py:253–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 """)
252
253 def test_comment_at_end_of_machine_line(self):
254 self._test_comment("""\
255 machine foo.domain.com login bar password pass # comment
256 machine bar.domain.com login foo password pass
257 """)
258
259 def test_comment_at_end_of_machine_line_no_space(self):
260 self._test_comment("""\

Callers

nothing calls this directly

Calls 1

_test_commentMethod · 0.95

Tested by

no test coverage detected