summaryrefslogtreecommitdiff
path: root/tests/unittest_reporting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittest_reporting.py')
-rw-r--r--tests/unittest_reporting.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unittest_reporting.py b/tests/unittest_reporting.py
index 3e6fdafd1..8b6fca809 100644
--- a/tests/unittest_reporting.py
+++ b/tests/unittest_reporting.py
@@ -219,6 +219,8 @@ def test_multi_format_output(tmp_path):
' "obj": "",\n'
' "line": 1,\n'
' "column": 0,\n'
+ ' "endLine": null,\n'
+ ' "endColumn": null,\n'
f' "path": {escaped_source_file},\n'
' "symbol": "missing-module-docstring",\n'
' "message": "Missing module docstring",\n'
@@ -230,6 +232,8 @@ def test_multi_format_output(tmp_path):
' "obj": "",\n'
' "line": 1,\n'
' "column": 0,\n'
+ ' "endLine": null,\n'
+ ' "endColumn": null,\n'
f' "path": {escaped_source_file},\n'
' "symbol": "line-too-long",\n'
' "message": "Line too long (1/2)",\n'