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

Method test_export

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

Source from the content-addressed store, hash-verified

156 )
157
158 def test_export(self):
159 self.assertEqual(
160 parse_args(["--export", "/tmp/export.csv"]).export_file_path,
161 "/tmp/export.csv",
162 )
163
164 def test_logout(self):
165 self.assertTrue(parse_args(["--logout"]).logout)

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected