[PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example

Cleber Rosa posted 22 patches 5 years ago
There is a newer version of this series
[PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
Posted by Cleber Rosa 5 years ago
The ":avocado: enable" is not necessary and was removed in 9531d26c,
so let's remove from the docs.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
 docs/devel/testing.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 809af69725..209f9d8172 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -765,9 +765,6 @@ and hypothetical example follows:
 
 
   class MultipleMachines(Test):
-      """
-      :avocado: enable
-      """
       def test_multiple_machines(self):
           first_machine = self.get_vm()
           second_machine = self.get_vm()
-- 
2.25.4


Re: [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
Posted by Philippe Mathieu-Daudé 5 years ago
On 2/3/21 6:23 PM, Cleber Rosa wrote:
> The ":avocado: enable" is not necessary and was removed in 9531d26c,
> so let's remove from the docs.
> 
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  docs/devel/testing.rst | 3 ---
>  1 file changed, 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
Posted by Alex Bennée 5 years ago
Cleber Rosa <crosa@redhat.com> writes:

> The ":avocado: enable" is not necessary and was removed in 9531d26c,
> so let's remove from the docs.
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée