diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-22 13:20:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 13:20:50 +0100 |
commit | 3a6ddc9072cd1133065fab2ff60967619f625881 (patch) | |
tree | ec4249b4c791734d494fa9e5c4942c7bd3545d2f /pylint/testutils/configuration_test.py | |
parent | 7794ba5510c2654425c731e391934a0a2a4ac1e6 (diff) | |
download | pylint-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.py | 4 |
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: |