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

Method test_parse_args_no_lowercase

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

Source from the content-addressed store, hash-verified

60 self.assertTrue(args.s)
61
62 def test_parse_args_no_lowercase(self):
63 self.assertTrue(parse_args(["site", "--no-lowercase"]).nl)
64
65 def test_parse_args_no_uppercase(self):
66 self.assertTrue(parse_args(["site", "--no-uppercase"]).nu)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected