Skip to content

Add Windows support #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

R-Goc
Copy link

@R-Goc R-Goc commented May 15, 2025

This commit adds windows support. This is done through using the time module for timing, as the time command on windows is to set time. Also the path of the test to execute is joined through os.path.join to ensure the proper separator. As bin bash is not available on windows, shell mode for subprocess was disabled. This should not be an issue as the command runs an executable either way.

This commit adds windows support. This is done through using the time
module for timing, as the time command on windows is to set time. Also
the path of the test to execute is joined through os.path.join to ensure
the proper separator. As bin bash is not available on windows, shell
mode for subprocess was disabled. This should not be an issue as the
command runs an executable either way.
@R-Goc
Copy link
Author

R-Goc commented May 15, 2025

An autoformatter ran on this in my editor. If it is a problem I can undo those changes manually.

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.

1 participant