Skip to content

Commit b08305d

Browse files
committed
more teamocil support
1 parent 77820f0 commit b08305d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tmuxp/testsuite/test_config_teamocil.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ class TeamocilLayoutsTest(unittest.TestCase):
622622
}
623623

624624
three_windows_within_a_session = {
625-
'session_name': 'three-window-within-a-session',
625+
'session_name': 'my awesome session',
626626
'windows': [
627627
{
628628
'window_name': 'first window',
@@ -679,6 +679,13 @@ def test_config_to_dict(self):
679679
self.two_windows_with_custom_command_options
680680
)
681681

682+
self.assertDictEqual(
683+
teamocil_to_tmuxp(
684+
self.teamocil_dict['three-windows-within-a-session'],
685+
),
686+
self.three_windows_within_a_session
687+
)
688+
682689

683690
''' this configuration contains multiple sessions in a single file.
684691
tmuxp can split them into files, proceed?

0 commit comments

Comments
 (0)