about summary refs log tree commit diff
path: root/python_test.py
blob: 1aaa79785702c1a596c2e1a21a03d67104058c56 (plain) (blame)
1
2
3
4
5
def test_one():
    assert 5 == 5

def test_two():
    assert 4 == 4