MCPcopy Create free account
hub / github.com/lesspass/lesspass / test_parse_args_clipboard_long

Method test_parse_args_clipboard_long

cli/tests/test_cli.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 self.assertFalse(parse_args(["site"]).clipboard)
96
97 def test_parse_args_clipboard_long(self):
98 self.assertTrue(parse_args(["site", "--copy"]).clipboard)
99
100 def test_parse_args_clipboard_short(self):
101 self.assertTrue(parse_args(["site", "-c"]).clipboard)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected