News

PyCharm also lets you configure test configurations to manage how your tests are run. You can specify which tests to run, which Python interpreter to use, and other options.
It looks like the plugin will use the system python instead of the virtual env that my project uses. I have a project that uses uv and automatically sets up an environment under the .venv folder.
O'Reilly Live Training - Introduction to Python Programming - ariannedee/intro-to-python ...