diff options
author | chohner <mail@chohner.com> | 2021-04-07 20:53:20 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-07 22:10:49 +0200 |
commit | ab094aef2504d9603b8332607298242db8968335 (patch) | |
tree | 2e7028767aa5743ff5b984d2aa97bb4688b98fb8 /tests | |
parent | b6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11 (diff) | |
download | pylint-git-ab094aef2504d9603b8332607298242db8968335.tar.gz |
pass if score equals fail_under
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_self.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py index a6d4ed442..1a8acc969 100644 --- a/tests/test_self.py +++ b/tests/test_self.py @@ -665,7 +665,7 @@ class TestRunTC: "--enable=all", join(HERE, "regrtest_data", "fail_under_plus6.py"), ], - code=0, + code=16, ) self._runtest( [ |