2019.3 EAP 4
This week’s Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.
New for this version
Test templates for pytest support
Support for pytest test creation using pytest templates was added. Now you can create and edit test files using pytest templates.
To create a test using these templates first you will need to set pytest as the default test runner (`Settings/Preferences | Tools | Python Integrated Tools` then on the `Default test runner` option select `pytest`). Then navigate to the context menu from the method declaration you wish to create a test from. Click on `Go To | Test` and select `Create New Test`. A dialog will open so you can configure your testing file accordingly. Once you click `OK` on this dialog PyCharm will generate a file using the appropriate test method.
Fixed in this version
- The “Go to Declaration”/”Go to Implementations” behavior was corrected so they will properly lead to library implementations and not other files.
- We fixed an error that made imports to be inserted before module-level dunder names. Now, in compliance to PEP-8, imports are placed after dunders.
- An issue was solved that wasn’t allowing to use quick fix to install missing packages when the interpreter is switched through the Status Bar.
- Some issues causing an interpreter not to be removed through the project settings or changed when using the interpreter widget were solved.
- For more details on what’s new in this version, see the release notes
Interested?
Download this EAP from our website. Alternatively, you can use the JetBrains Toolbox App to stay up to date throughout the entire EAP.
If you’re on Ubuntu 16.04 or later, you can use snap to get PyCharm EAP, and stay up to date. You can find the installation instructions on our website.
David Zemon says:
November 17, 2015Is this available in Community Edition?
Dmitry Filippov says:
November 18, 2015no, code coverage is supported only in PyCharm Professional Edition. Other differences between two editions can be found on this page: https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html
Debugging in Python (using PyCharm) – Part 3 – Water Programming: A Collaborative Research Blog says:
April 8, 2016[…] PyCharm’s blog offers useful details regarding PyCharm’s code coverage features. […]
Evan Dale says:
April 26, 2016Is this available in Intellij Ultimate?
Dmitry Filippov says:
April 27, 2016Yes IntelliJ IDEA Ultimate has the coverage functionality.
Janusz says:
June 2, 2016How do I setup omit directories?
Mnk says:
August 28, 2018Is this feature still useless in 2k18 or you guys finally added support for reading .coveragec files & doing such advanced stuff like omitting directories?