File size: 80 Bytes
463f868
 
 
 
 
 
1
2
3
4
5
6
7
def test_simple():
    assert 1 == 1


def test_fail():
    assert 1 == 2