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

Method test_parse_args_lu

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

Source from the content-addressed store, hash-verified

39 self.assertTrue(parse_args(["site", "--symbols"]).s)
40
41 def test_parse_args_lu(self):
42 args = parse_args(["site", "-lu"])
43 self.assertTrue(args.l)
44 self.assertTrue(args.u)
45 self.assertFalse(args.d)
46 self.assertFalse(args.s)
47
48 def test_parse_args_lud(self):
49 args = parse_args(["site", "-lud"])

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected