From 09cc45b0c5a39b476b8b1c7568ad1446b70d48fd Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 21 Oct 2015 09:40:14 +0200 Subject: [PATCH] junitxml: correct docstring of make_properties_node --- _pytest/junitxml.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_pytest/junitxml.py b/_pytest/junitxml.py index 4627378eb..5f8fb1411 100644 --- a/_pytest/junitxml.py +++ b/_pytest/junitxml.py @@ -84,8 +84,7 @@ class _NodeReporter(object): def make_properties_node(self): - """Return a Junit node containing custom properties set for - the current test, if any, and reset the current custom properties. + """Return a Junit node containing custom properties, if any. """ if self.properties: return Junit.properties([