junitxml: correct docstring of make_properties_node
This commit is contained in:
parent
0aa54101c9
commit
09cc45b0c5
|
@ -84,8 +84,7 @@ class _NodeReporter(object):
|
||||||
|
|
||||||
|
|
||||||
def make_properties_node(self):
|
def make_properties_node(self):
|
||||||
"""Return a Junit node containing custom properties set for
|
"""Return a Junit node containing custom properties, if any.
|
||||||
the current test, if any, and reset the current custom properties.
|
|
||||||
"""
|
"""
|
||||||
if self.properties:
|
if self.properties:
|
||||||
return Junit.properties([
|
return Junit.properties([
|
||||||
|
|
Loading…
Reference in New Issue