We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5a788 commit 4920dd2Copy full SHA for 4920dd2
1 file changed
pytest_reportportal/config.py
@@ -23,11 +23,11 @@
23
from reportportal_client.helpers import to_bool
24
from reportportal_client.logs import MAX_LOG_BATCH_PAYLOAD_SIZE
25
26
-
27
ATTRIBUTES_SEPARATOR = ";"
28
29
30
def normalize_attributes(attributes: Optional[Any]) -> Optional[Any]:
+ """Split a string of attributes into a deduplicated list of attributes."""
31
if not attributes:
32
return attributes
33
if not isinstance(attributes, str):
0 commit comments