summaryrefslogtreecommitdiff
blob: 6b51e4de8ce42a9fc8a2fb70e1f945b3f78e231e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tests/test_cli.py b/tests/test_cli.py
index bfd2345..f55910c 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -16,6 +16,9 @@ import click
 import kaptan
 from click.testing import CliRunner
 
+import sys
+import pathlib
+sys.path.extend([str(p) for p in pathlib.Path(__file__, '..', 'fixtures/pluginsystem/plugins').resolve().iterdir() if p.is_dir()])
 import libtmux
 from libtmux.common import has_lt_version
 from libtmux.exc import LibTmuxException