diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-05-25 22:02:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 22:02:43 +0200 |
commit | 7761d78fb210fd80e3dbae481a4f1c6d653dde8e (patch) | |
tree | e5c4b23f4d4cc1e87419a3f0f104787290adeb3c /tests/unittest_reporting.py | |
parent | a283bc4b326ae26d25023db77efbf94c1aff834e (diff) | |
download | pylint-git-7761d78fb210fd80e3dbae481a4f1c6d653dde8e.tar.gz |
Add typing to various checkers (#6695)
Diffstat (limited to 'tests/unittest_reporting.py')
-rw-r--r-- | tests/unittest_reporting.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittest_reporting.py b/tests/unittest_reporting.py index a49aca54b..ebc4a225f 100644 --- a/tests/unittest_reporting.py +++ b/tests/unittest_reporting.py @@ -259,6 +259,8 @@ def test_multi_format_output(tmp_path): "\n" "\n" "\n" + "3 lines have been analyzed\n" + "\n" "Raw metrics\n" "-----------\n" "\n" |