ProjectEnv
ProjectEnv copied to clipboard
Thank you for publishing this
I have been trying to figure out complex python project configuration for a while and this is a perfect solution for my use.
I prefer your approach over FileEnv because:
- it is configured only at the project level - I don't have to configure each of the 4 types of tests I run daily and it is much simpler to switch configurations compared to identifying the test runner being used and modifying that run config template.
- different projects can have different env var sets
- env vars are available in all PyCharm facilities instead of just a test environment
- it doesn't integrate deeply with PyCharm internals, so it should break less frequently than FileEnv
- easy to develop default env vars for whole team while letting each devel switch out env vars
That's it, happy I found this plugin, thank you very much for publishing.