First of all, this is not homework, I desperately need a script that will do the following: my problem is that I never had to deal with python, so I barely know how to use this - and I need it to run modular tests in TeamCity using a runner to build a command line
What I need is:
a * .bat that will run the script
python script that will be:
- get all * _test.exe files in the current working directory
- run all the files that were the result of the search
Regards
source
share