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

Method test_parse_args_exclude_default

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

Source from the content-addressed store, hash-verified

107 self.assertTrue(parse_args(["-p"]).prompt)
108
109 def test_parse_args_exclude_default(self):
110 self.assertEqual(parse_args(["site"]).exclude, None)
111
112 def test_parse_args_exclude(self):
113 self.assertEqual(parse_args(["site", "--exclude", "!@$*+-"]).exclude, "!@$*+-")

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected