aboutsummaryrefslogtreecommitdiff
path: root/tests/test_25pass.py
blob: a18bb9c5ca68c2f84ae8720213142d3642fca45b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
def test_25_1of4():
    assert 1==1

def test_25_2of4():
    assert 1==2

def test_25_3of4():
    assert 1==3

def test_25_4of4():
    assert 1==4