We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad73d9f commit 78a48f7Copy full SHA for 78a48f7
tmuxp/testsuite/test_session.py
@@ -33,6 +33,7 @@ def test_session_rename(self):
33
34
35
class SessionCleanTestCase(TmuxTestCase):
36
+ @unittest.skip("not working yet")
37
def test_is_session_clean(self):
38
self.assertEqual(self.session.is_clean(), True)
39
self.session.attached_window().attached_pane().send_keys('top')
0 commit comments