Skip to content

Conversation

@JohanMabille
Copy link
Member

Fixes #58

Copy link
Member

@ianthomas23 ianthomas23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one typo, feel free to self-merge after fixing that.

p = subprocess.run(cmd, capture_output=True, cwd=tmp_path, text=True)
assert p.returncode != 0

def tets_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def tets_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
def test_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):

Typo in function name.

@JohanMabille JohanMabille merged commit 28cb7a9 into QuantStack:main Dec 12, 2025
1 check passed
@JohanMabille JohanMabille deleted the status branch December 12, 2025 15:43
@ianthomas23
Copy link
Member

Thanks @JohanMabille

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

git2cpp status does not work in a newly initialised repo

2 participants