Skip to content

Commit

Permalink
record_property is no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 1, 2018
1 parent 77128ee commit 2d004e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _pytest/junitxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ def record_property(request):
def test_function(record_property):
record_property("example_key", 1)
"""
request.node.warn(
code='C3',
message='record_property is an experimental feature',
)

def append_property(name, value):
request.node.user_properties.append((name, value))
return append_property
Expand Down

0 comments on commit 2d004e0

Please sign in to comment.