Replies: 1 comment
-
In such cases its common to either ship the test suite with the software itself, or to package it as own python package There's no common standard to do full shipping In case the test suite is doing black box testing it may work out to just ship it in a container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed a set of test to test a bunch of binary applications.
How can I package and install these pytest .py files for an operator to run on a machine that doesn't have access to the source repository?
Is there a standard practice to deploy the pytest as a test application?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions