summaryrefslogtreecommitdiff
path: root/test/test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_data.py')
-rw-r--r--test/test_data.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_data.py b/test/test_data.py
index 5d0d400f..5ad2f440 100644
--- a/test/test_data.py
+++ b/test/test_data.py
@@ -143,5 +143,7 @@ class DataTest(CoverageTest):
aliases.add("/home/ned/proj/src/", "./")
aliases.add(r"c:\ned\test", "./")
covdata3.combine_parallel_data(aliases=aliases)
- self.assert_summary(covdata3, { './a.py':4, './sub/b.py':2 }, fullpath=True)
+ self.assert_summary(
+ covdata3, { './a.py':4, './sub/b.py':2 }, fullpath=True
+ )
self.assert_measured_files(covdata3, [ './a.py', './sub/b.py' ])