Add audited response apply rehearsal
This commit is contained in:
parent
51d52b5229
commit
0b010df514
11 changed files with 198 additions and 28 deletions
|
|
@ -175,6 +175,8 @@ class TestTuiCore(unittest.TestCase):
|
|||
self.assertEqual(code, 0)
|
||||
self.assertIn("enodia-sentinel", buf.getvalue())
|
||||
self.assertIn("tui", buf.getvalue())
|
||||
self.assertIn("apply", buf.getvalue())
|
||||
self.assertIn("--dry-run", buf.getvalue())
|
||||
|
||||
def test_help_lists_all_commands(self):
|
||||
help_lines = render_lines(TuiState(view="help"), width=100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue