Exemplo n.º 1
0
def test_git(git_repo):
    # NOTE XXX TODO NO NO NO NO WRONG BAD NO XXX
    assert b'nothing to commit' in gitcontrib.git(str(git_repo), 'status')
Exemplo n.º 2
0
def test_git(git_repo):
    assert "nothing to commit" in gitcontrib.git(str(git_repo), "status")
Exemplo n.º 3
0
def test_git(git_repo):
    assert 'nothing to commit' in gitcontrib.git(str(git_repo), 'status')