How can I run all scripts in a given project/directory/subfolder?
已回答
I'm not talking about tests. I'm talking about all executable scripts.
Running from the terminal is of course a possibility, but this means that all environments have to be re-set up for that purpose, and what runs in PyCharm doesn't always run in Terminal, without carefully checking this.
请先登录再写评论。
I think Compound run configuration is a way to go https://www.jetbrains.com/help/pycharm/creating-compound-run-debug-configuration.html