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 0719404 commit de5d1b7Copy full SHA for de5d1b7
tmuxp/testsuite/test_config.py
@@ -59,6 +59,8 @@ class ImportExportTest(TestCase):
59
def setUpClass(cls):
60
cls.tmp_dir = tempfile.mkdtemp(suffix='tmuxp')
61
62
+ return cls
63
+
64
def test_export_json(self):
65
json_config_file = os.path.join(self.tmp_dir, 'config.json')
66
0 commit comments