From ffa2658971e29536c759ca52bffb2a6040e74ac4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 5 Mar 2020 05:57:43 +0100 Subject: [PATCH] doc: reports: count_towards_summary: is a property And therefore does not really `return`. It confused me that there was no `source` link in the docs, which is only there for functions. --- src/_pytest/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/reports.py b/src/_pytest/reports.py index 4fa465ea7..0cd838016 100644 --- a/src/_pytest/reports.py +++ b/src/_pytest/reports.py @@ -131,7 +131,7 @@ class BaseReport: """ **Experimental** - Returns True if this report should be counted towards the totals shown at the end of the + ``True`` if this report should be counted towards the totals shown at the end of the test session: "1 passed, 1 failure, etc". .. note::