]> Git Repo - qemu.git/commitdiff
Acceptance Tests: remove unnecessary tag from documentation example
authorCleber Rosa <[email protected]>
Wed, 3 Feb 2021 17:23:38 +0000 (12:23 -0500)
committerPhilippe Mathieu-Daudé <[email protected]>
Mon, 8 Feb 2021 16:22:36 +0000 (17:22 +0100)
The ":avocado: enable" is not necessary and was removed in 9531d26c,
so let's remove from the docs.

Signed-off-by: Cleber Rosa <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20210203172357.1422425[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
docs/devel/testing.rst

index 809af6972551c5804a90a0bb1c2e507db5435017..209f9d8172fd1530209ae22c833ad6964274aff2 100644 (file)
@@ -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()
This page took 0.028245 seconds and 4 git commands to generate.