From 44d9365da045d9a7c494cb5edf000a90a25f8da2 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Fri, 21 Aug 2015 15:21:12 -0600 Subject: [PATCH] Add warning of "preliminary feature" to record_xml_property --- doc/en/usage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index 6c79d5eb0..c88b2b3c2 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -162,7 +162,9 @@ record_property("key", value):: pytest.record_property("example_key", 1) ... -Warning: using this feature will break any schema verification. +Warning: + - This is a preliminary feature. + - Using this feature will break any schema verification. Creating resultlog format files ----------------------------------------------------