Skip to content
Snippets Groups Projects
test_always_passes.py 119 B
Newer Older
def test_this_is_obvious():
    assert 3 == 3

def test_this_is_obvious_too():
    assert "You, sir" != "Jack Kennedy"