Add script for integration tests #5189
Labels
help wanted
Contribution especially encouraged
internal
A refactor or improvement that is not user-facing
testing
Internal testing of behavior
In #5141, #5048, and #5047 we have some integration tests that cover the presence of executables in a virtual environment, check that the Python executable works, and that we can install into an environment. We should consolidate these checks into a reusable script at
scripts
. We probably ought to usebash
andpowershell
since we're testing Python itself, but I could be convinced otherwise.The text was updated successfully, but these errors were encountered: