Skip to content

Commit 65d2e8c

Browse files
committed
tests(conftest): Add pytester plugin
For testing pytest plugin
1 parent 49b9d6c commit 65d2e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from libtmux.conftest import * # NOQA: F4
2+
3+
pytest_plugins = ["pytester"]

0 commit comments

Comments
 (0)