-
Notifications
You must be signed in to change notification settings - Fork 36
Expose the execute_utility function #65
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
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #65 +/- ## ======================================= Coverage 96.05% 96.05% ======================================= Files 18 18 Lines 1671 1671 ======================================= Hits 1605 1605 Misses 66 66
Continue to review full report at Codecov.
|
Using execute_utility allowed through testgres.node.execute_utility("ls"). Is it enough @asavchkov ? Can I close the pull request?
This function should be exposed in the package to be able to reuse it when there is a need to run commands in tests like e.g. this: https://github.com/postgrespro/pg_probackup/blob/22c808312f67a060cda3bb36e5a032784a5810f9/tests/helpers/ptrack_helpers.py#L98