Skip to content

Commit ff11c18

Browse files
committed
new-session in def suite
1 parent d8b0e76 commit ff11c18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tmuxp/testsuite/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@
3232
def suite():
3333
import unittest
3434

35+
session_name = 'tmuxp'
36+
t.tmux('new-session', '-d', '-s', session_name)
37+
3538
return unittest.TestLoader().discover('.', pattern="*.py")

0 commit comments

Comments
 (0)