summaryrefslogtreecommitdiff
path: root/tests/testutils
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-02-10 19:30:15 +0100
committerGitHub <noreply@github.com>2022-02-10 19:30:15 +0100
commit595ec422d6f9bd32f42c356d2f316ec69e0f7bee (patch)
tree766a12ddd91b43e09f670f913a4069bc7dc82d57 /tests/testutils
parente3d5deca2886d9e2d5f2be2a252e39e02ae42b96 (diff)
downloadpylint-git-595ec422d6f9bd32f42c356d2f316ec69e0f7bee.tar.gz
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Diffstat (limited to 'tests/testutils')
-rw-r--r--tests/testutils/test_decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/test_decorator.py b/tests/testutils/test_decorator.py
index 0bd1fb119..4ab9d04f0 100644
--- a/tests/testutils/test_decorator.py
+++ b/tests/testutils/test_decorator.py
@@ -8,7 +8,7 @@ from pylint.testutils.decorator import set_config_directly
def test_deprecation_of_set_config_directly() -> None:
- """Test that the deprecation of set_config_directly works as expected"""
+ """Test that the deprecation of set_config_directly works as expected."""
with pytest.warns(DeprecationWarning) as records:
set_config_directly()