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

Method test_parse_args_default_base_url

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

Source from the content-addressed store, hash-verified

143 self.assertEqual(parse_args([]).config_home_path, "/tmp/lesspass")
144
145 def test_parse_args_default_base_url(self):
146 self.assertEqual(parse_args([]).url, "https://api.lesspass.com/")
147
148 def test_parse_args_default_base_url(self):
149 self.assertEqual(

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected