Make xpass a failure again #11467

This commit is contained in:
TanyaAgarwal28 2023-10-12 13:49:28 +05:30
parent 7595627df1
commit 449ce358c0
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
import pytest
@pytest.mark.parametrize("a", [1, 2, 10, 11, 2, 1, 12, 11, 2_1])
def test_params(a):
print("a:", a)
assert a > 0
@pytest.mark.parametrize("a", [1, 2, 10, 11, 2, 1, 12, 11])
def test_params(a):
print("a:", a)
assert a > 0