From bee953400bae23f82ae021035aae0d784f6217d2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 9 Aug 2015 12:20:02 -0400 Subject: Rename .statements and .excluded_statements to .lines and .excluded_lines --- tests/plugin2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugin2.py') diff --git a/tests/plugin2.py b/tests/plugin2.py index 226d4e55..3bdfbdfd 100644 --- a/tests/plugin2.py +++ b/tests/plugin2.py @@ -37,7 +37,7 @@ class RenderFileTracer(coverage.FileTracer): class FileReporter(coverage.FileReporter): """A goofy file reporter.""" - def statements(self): + def lines(self): # Goofy test arrangement: claim that the file has as many lines as the # number in its name. num = os.path.basename(self.filename).split(".")[0].split("_")[1] -- cgit v1.2.1