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')
def test_git(git_repo):
    assert "nothing to commit" in gitcontrib.git(str(git_repo), "status")
def test_git(git_repo):
    assert 'nothing to commit' in gitcontrib.git(str(git_repo), 'status')