I have a script which executes python unit tests. What this script does is firstly prepare the PYTHONPATH variable and then executes the python unit tests.
I now want to run my python tests in PyCharm, however I want to reuse the script which builds the environment variables. Is there a way to specify a script to prepare the env variables in run/debug configuration in PyCharm?