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):
|
||||
"""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([
|
||||
|
|
Loading…
Reference in New Issue