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

Method test_parse_args_l

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

Source from the content-addressed store, hash-verified

23 )
24
25 def test_parse_args_l(self):
26 self.assertTrue(parse_args(["site", "-l"]).l)
27 self.assertTrue(parse_args(["site", "--lowercase"]).l)
28
29 def test_parse_args_u(self):
30 self.assertTrue(parse_args(["site", "-u"]).u)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected