Python:获取当前目录中的所有exe文件并运行它们?
首先,这不是家庭作业,我迫切需要一个能够执行以下操作的脚本,我的问题是,我以前从未处理过 python,所以我几乎不知道如何使用它 - 而且我需要它通过命令行构建运行程序在 TeamCity 中启动单元测试
我真正需要的是:
一个 *.bat 文件,将运行脚本
一个 python 脚本,将:
- 获取当前工作目录中的所有 *_test.exe 文件
- 运行所有文件这是搜索的结果
最好的问候
First of all this is not homework, I'm in a desperate need for a script that will do the following, my problem is, I've never had to deal with python before so I barely know how to use it - and I need it to launch unit tests in TeamCity via a commandline build runner
What I need exactly is :
a *.bat file that will run the script
a python script that will :
- get all *_test.exe files in the current working directory
- run all the files which were the result of the search
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您将其复制到文件中,脚本应该按照您的要求执行。
If you copy this into a file, the script should do as you asked.