We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77820f0 commit b08305dCopy full SHA for b08305d
tmuxp/testsuite/test_config_teamocil.py
@@ -622,7 +622,7 @@ class TeamocilLayoutsTest(unittest.TestCase):
622
}
623
624
three_windows_within_a_session = {
625
- 'session_name': 'three-window-within-a-session',
+ 'session_name': 'my awesome session',
626
'windows': [
627
{
628
'window_name': 'first window',
@@ -679,6 +679,13 @@ def test_config_to_dict(self):
679
self.two_windows_with_custom_command_options
680
)
681
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
+
689
690
''' this configuration contains multiple sessions in a single file.
691
tmuxp can split them into files, proceed?
0 commit comments