This commit is contained in:
2026-03-16 08:06:25 +02:00
parent 78d4064853
commit d0f8315cf1
35 changed files with 2493 additions and 624 deletions

View File

@@ -29,6 +29,8 @@ class TestRemoteService:
output = capsys.readouterr().out
assert "personal@orb" in output
assert "ssh" in output
assert "tmux" in output
assert "DF_NAMESPACE=personal" in output
def test_enter_unknown_target(self):
ctx = _make_ctx()