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

Method test_parse_args_length_default

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

Source from the content-addressed store, hash-verified

72 self.assertTrue(parse_args(["site", "--no-symbols"]).ns)
73
74 def test_parse_args_length_default(self):
75 self.assertEqual(parse_args(["site"]).length, 16)
76
77 def test_parse_args_length_long(self):
78 self.assertEqual(parse_args(["site", "--length", "8"]).length, 8)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected