Skip to content

Commit 3934ade

Browse files
committed
chore(tests[pytest_plugin]): pydocstyle manual fixes
1 parent 43bb3e0 commit 3934ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pytest_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests for libtmux pytest plugin."""
12
import textwrap
23

34
import pytest
@@ -7,6 +8,7 @@ def test_plugin(
78
pytester: pytest.Pytester,
89
monkeypatch: pytest.MonkeyPatch,
910
) -> None:
11+
"""Test libtmux pytest plugin."""
1012
# Initialize variables
1113
pytester.plugins = ["pytest_plugin"]
1214
pytester.makefile(

0 commit comments

Comments
 (0)