Skip to content

Commit

Permalink
Acceptance Tests: remove unnecessary tag from documentation example
Browse files Browse the repository at this point in the history
The ":avocado: enable" is not necessary and was removed in 9531d26,
so let's remove from the docs.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210203172357.1422425-4-crosa@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
  • Loading branch information
clebergnu authored and philmd committed Feb 8, 2021
1 parent 4f0d032 commit 86b7cb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/devel/testing.rst
Expand Up @@ -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()
Expand Down

0 comments on commit 86b7cb6

Please sign in to comment.