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

Method test_parse_args_prompt_long

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

Source from the content-addressed store, hash-verified

101 self.assertTrue(parse_args(["site", "-c"]).clipboard)
102
103 def test_parse_args_prompt_long(self):
104 self.assertTrue(parse_args(["--prompt"]).prompt)
105
106 def test_parse_args_prompt_short(self):
107 self.assertTrue(parse_args(["-p"]).prompt)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected