howto run multiple scripts within on run_configuration
Hi,
i have a client server application and to test this tool locally, i have to start a defined run_configuration for each application tool.
Is it possible to start more than one script inside on run_configuration.
example:
run_config_1: "start_local_server"
script=server.py –port=5000 –host=localhost
run_config_2: "start_local_client"
script=client.py –server=localhost –port=5000
at this time, i have to start server and client separately, but i want to start these tools within one configuration.
any ideas?
greets Steffen
i have a client server application and to test this tool locally, i have to start a defined run_configuration for each application tool.
Is it possible to start more than one script inside on run_configuration.
example:
run_config_1: "start_local_server"
script=server.py –port=5000 –host=localhost
run_config_2: "start_local_client"
script=client.py –server=localhost –port=5000
at this time, i have to start server and client separately, but i want to start these tools within one configuration.
any ideas?
greets Steffen
1 comment
Sort by
Date
Votes
Hi Steffen, currently there is no way to do it in PyCharm. You can vote for the issue about possibility to add run configuration dependency to Before Launch list: http://youtrack.jetbrains.com/issue/PY-9495
Please sign in to leave a comment.