Can i create jar file with multiple python files inside

Asked by Padam Jain

Hi,

I am preparing a test suite and hence i have multiple python files to test different features of my application.
there is a main python file which start test runner.
I would like to run this on my jenkins server so i need a jar file to run it from command line.

Is it possible to preapre a jar file with multiple python files inside ?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Padam Jain
Solved:
Last query:
Last reply:
Revision history for this message
Padam Jain (padamjain) said :
#1

I am usking the other way of distributing files in different folders and running it from command line.
so i dont need to make jar file.