summaryrefslogtreecommitdiff
path: root/pylint/testutils/configuration_test.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-22 13:20:50 +0100
committerGitHub <noreply@github.com>2021-11-22 13:20:50 +0100
commit3a6ddc9072cd1133065fab2ff60967619f625881 (patch)
treeec4249b4c791734d494fa9e5c4942c7bd3545d2f /pylint/testutils/configuration_test.py
parent7794ba5510c2654425c731e391934a0a2a4ac1e6 (diff)
downloadpylint-git-regression-test-for-3181.tar.gz
Apply suggestions from code reviewregression-test-for-3181
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'pylint/testutils/configuration_test.py')
-rw-r--r--pylint/testutils/configuration_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/configuration_test.py b/pylint/testutils/configuration_test.py
index 998280974..bff79ee05 100644
--- a/pylint/testutils/configuration_test.py
+++ b/pylint/testutils/configuration_test.py
@@ -86,8 +86,8 @@ def get_expected_output(
"""Get the expected output of a functional test."""
exit_code = 0
msg = (
- "we expect a single file of the form 'filename.32.out' with 'filename' the "
- "stem of the configuration file, and '32' the expected error code."
+ "We expect a single file of the form 'filename.32.out' where 'filename' represents "
+ "the name of the configuration file, and '32' the expected error code."
)
possible_out_files = get_related_files(configuration_path, suffix_filter="out")
if len(possible_out_files) > 1: