We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddf451 commit f784998Copy full SHA for f784998
tests/test_shell.py
@@ -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