We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb3e0 commit 3934adeCopy full SHA for 3934ade
tests/test_pytest_plugin.py
@@ -1,3 +1,4 @@
1
+"""Tests for libtmux pytest plugin."""
2
import textwrap
3
4
import pytest
@@ -7,6 +8,7 @@ def test_plugin(
7
8
pytester: pytest.Pytester,
9
monkeypatch: pytest.MonkeyPatch,
10
) -> None:
11
+ """Test libtmux pytest plugin."""
12
# Initialize variables
13
pytester.plugins = ["pytest_plugin"]
14
pytester.makefile(
0 commit comments