Skip to content

Commit e67ba5b

Browse files
committed
Fix formatting.
1 parent e051059 commit e67ba5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_files/tests/unittestadapter/test_coverage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_basic_coverage():
5252
assert set(focal_function_coverage.get("lines_covered")) == {4, 5, 7, 9, 10, 11, 12, 13, 14}
5353
assert set(focal_function_coverage.get("lines_missed")) == {6}
5454

55+
5556
@pytest.mark.parametrize("manage_py_file", ["manage.py", "old_manage.py"])
5657
@pytest.mark.timeout(30)
5758
def test_basic_django_coverage(manage_py_file):

0 commit comments

Comments
 (0)