Skip to content

Conversation

@tt4g
Copy link

@tt4g tt4g commented Dec 26, 2022

Python version 3 prefers to use subprocess rather than os.system().

Since the standard output of the child process was output together with the test results, it was troublesome to check the test results. However, now that we use subprocess, we can ignore all the output of the child process by setting subprocess.DEVNULL to stdout and stderr.

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