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

Method test_parse_args_s

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

Source from the content-addressed store, hash-verified

35 self.assertTrue(parse_args(["site", "--digits"]).d)
36
37 def test_parse_args_s(self):
38 self.assertTrue(parse_args(["site", "-s"]).s)
39 self.assertTrue(parse_args(["site", "--symbols"]).s)
40
41 def test_parse_args_lu(self):
42 args = parse_args(["site", "-lu"])

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected