junitxml: correct docstring of make_properties_node

This commit is contained in:
Ronny Pfannschmidt 2015-10-21 09:40:14 +02:00
parent 0aa54101c9
commit 09cc45b0c5
1 changed files with 1 additions and 2 deletions

View File

@ -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([