Skip to content

Conversation

@JohanMabille
Copy link
Member

No description provided.

Copy link
Member

@ianthomas23ianthomas23 left a comment

Choose a reason for hiding this comment

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


checkout_cmd = [git2cpp_path, 'checkout', 'foregone']
p = subprocess.run(checkout_cmd, capture_output=True, cwd="test/data/status_data", text=True)
assert(p.stdout == '');
Copy link
Member

Choose a reason for hiding this comment

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

The python assert here doesn't actually need the brackets. But we already have a few of these, so we can just leave them until we have some linting set up on the test code and that will clean them up.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I can also make a cleanup pass in a dedicated PR.

@JohanMabilleJohanMabille merged commit b811507 into QuantStack:mainJul 22, 2025
1 check passed
@JohanMabilleJohanMabille deleted the checkout_subcommand branch July 22, 2025 10:01
Sign up for freeto 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.

2 participants

@JohanMabille@ianthomas23