I have a script that runs python unit tests. What kind of script is this, firstly, you need to prepare the PYTHONPATH variable, and then run the python module tests.
Now I want to run my python tests in PyCharm, however I want to reuse a script that builds environment variables. Is there a way to tell a script to prepare env variables in the run / debug configuration in PyCharm?
python pycharm python-unittest
Vasil Daskalov
source share