jeudi 14 juin 2018

Python : is coverage using skipped test

Here is a test :

@skip("my test is skipped")
def test_coverage():
    my_function()

My question is simple :

If i run my coverage, will my_function will be covered or not (considering my test is skipped) ?

Thanks !

Aucun commentaire:

Enregistrer un commentaire