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

Method test_parse_args_u

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

Source from the content-addressed store, hash-verified

27 self.assertTrue(parse_args(["site", "--lowercase"]).l)
28
29 def test_parse_args_u(self):
30 self.assertTrue(parse_args(["site", "-u"]).u)
31 self.assertTrue(parse_args(["site", "--uppercase"]).u)
32
33 def test_parse_args_d(self):
34 self.assertTrue(parse_args(["site", "-d"]).d)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected