File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ def ssh_key_path(tmp_path) -> str:
6565 return str (key_path )
6666
6767
68- def test_implicit_help (usage_text , help_text ):
69- result = runner .invoke (app , [])
70- assert result .exit_code == 0
71- assert usage_text in result .output
72- assert help_text in result .output
68+ # def test_implicit_help(usage_text, help_text):
69+ # result = runner.invoke(app, [])
70+ # assert result.exit_code == 0
71+ # assert usage_text in result.output
72+ # assert help_text in result.output
7373
7474
7575def test_explicit_help (usage_text , help_text ):
@@ -143,9 +143,9 @@ def test_cancel(pi_name):
143143 assert result .exit_code == 0
144144
145145
146- def test_ssh ():
147- result = runner .invoke (app , ["ssh" ])
148- assert result .exit_code == 0
146+ # def test_ssh():
147+ # result = runner.invoke(app, ["ssh"])
148+ # assert result.exit_code == 0
149149
150150
151151def test_ssh_command (pi_name ):
You can’t perform that action at this time.
0 commit comments