MCPcopy Index your code
hub / github.com/lesspass/lesspass / test_parse_args_d

Method test_parse_args_d

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

Source from the content-addressed store, hash-verified

31 self.assertTrue(parse_args(["site", "--uppercase"]).u)
32
33 def test_parse_args_d(self):
34 self.assertTrue(parse_args(["site", "-d"]).d)
35 self.assertTrue(parse_args(["site", "--digits"]).d)
36
37 def test_parse_args_s(self):
38 self.assertTrue(parse_args(["site", "-s"]).s)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected