summaryrefslogtreecommitdiff
path: root/pypers/marelli/modulo4/test_1.py
blob: 3a0b1c854a4efc058c72c11f9a8dfd9b8e0f5345 (plain)
1
2
3
4
5
def test1(a=42, b=43):
    assert a==b

def test2(a=42, b=42):
    assert a==b