How can I run all scripts in a given project/directory/subfolder?
Answered
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.
Please sign in to leave a comment.
I think Compound run configuration is a way to go https://www.jetbrains.com/help/pycharm/creating-compound-run-debug-configuration.html