-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
Lines 137 to 139 in 2534193
#: user properties is a list of tuples (name, value) that holds user | |
#: defined properties of the test | |
self.user_properties = user_properties |
This makes me nervous when using it in plugins, e.g. to pass Hypothesis statistics around in HypothesisWorks/hypothesis#1577. My code handles either a list or a tuple here, but it would be nice to - one way or another - make the code and the documentation consistent.
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: bugproblem that needs to be addressedproblem that needs to be addressed