Skip to content

Commit f784998

Browse files
committed
Test detect_best_shell
1 parent eddf451 commit f784998

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_shell.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from tmuxp import shell
2+
3+
4+
def test_detect_best_shell():
5+
result = shell.detect_best_shell()
6+
assert isinstance(result, str)

0 commit comments

Comments
 (0)