Skip to content
Discussion options

You must be logged in to vote

Hi @marioaag, sorry for the late reply, I missed this question. Can you please provide more info about how you create the runnables, because I am not able to reproduce this behaviour? This is what I did:

Test file:

import logging
from avocado import Test


class PassTest(Test):
    """
    Example test that passes.

    :avocado: tags=fast
    """

    def test(self):
        """
        A test simply doesn't have to fail in order to pass
        """
        progress_log = logging.getLogger("avocado.test.progress")
        progress_log.info("TEST TEST TEST TEST")

Command run

$ avocado --show=app,avocado.test.progress run examples/tests/passtest.py
JOB ID     : b501f708207e4d8b9c0f913cad…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marioaag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants