Bruno Oliveira <[email protected]> writes: > parametrize is the same call executed by pytest.mark.parametrize, so all > you have to do is wrap the values you want to skip in a pytest.mark.skip() > decorator
Easy enough! :-) Thank you, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
