Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ilya Kazakevich
Total activity
204
Last activity
February 24, 2021 12:50
Member since
April 25, 2011 19:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
81
Activity overview
Posts (1)
Comments (122)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2017 11:21
Official comment
Hello. This is how PyCharm worked from its first versions. I agree that settings.py does not have to be in *django root*, but it still must be somewhere under source roots: PyCharm would not be abl...
Community
PyCharm
Set PyCharm filepath for Django settings (to outside project folder)
0 votes
Edited
November 17, 2017 16:34
Official comment
Hello. There were some bugs with ``setup_method`` and test detection, they are already fixed in 2017.3 PyCharm, but probably they are not available in Python plugin yet. To force PyTest instead of ...
Community
PyCharm
Context menu issues when attempting to run Python tests
0 votes
Created
November 04, 2017 18:02
Package does not play any role here. Alarm is in ``platform-api`` module which is mentioned in ``CommunityRepositoryModules#PLATFORM_API_MODULES ``, so you can use it.
Community
IntelliJ IDEA Open API and Plugin Development
Reading unit test run configuration
0 votes
Created
October 26, 2017 14:57
Official comment
Hello. PyCharm test runners are not part of public api and subject to change in any minor update. They are currently moved to PyTestsShared.kt (PyAbstractTestConfiguration). It is better to creat...
Community
IntelliJ IDEA Open API and Plugin Development
Reading unit test run configuration
0 votes
Created
October 23, 2017 13:20
Official comment
Hello. This is not fully supported now. Please see https://youtrack.jetbrains.com/issue/PY-26660 But there is a workaround you can use: https://youtrack.jetbrains.com/issue/PY-16415
Community
PyCharm
Configuration error when setting up Django test
0 votes
Created
October 16, 2017 19:19
Official comment
Hello. It is not possible to connect to in-memory database created by different process. You may use file-based test database. See: https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-...
Community
PyCharm
Query SQLite in memory database?
0 votes
Edited
September 11, 2017 13:06
Hello Maki. Please contact our support or create issue in issue tracker providing project to reproduce if possible. Right click on test method should give you ability to run it unless you have p...
Community
PyCharm
Configuring the "run this test" feature
0 votes
Created
September 06, 2017 22:01
Hello. Please create issue in issue tracker: http://youtrack.jetbrains.com and provide project to reproduce if possible.
Community
PyCharm
py.test tests fail in 2017.1 due to runner current directory
0 votes
Created
September 05, 2017 15:53
Hello. settings.py (and everything else) should be in project directory to be supported by PyCharm By the way, how do you use file outside of project directory? Do you add ``NEMO_runtime`` to PYTHO...
Community
PyCharm
Set PyCharm filepath for Django settings (to outside project folder)
0 votes
Created
August 09, 2017 00:57
Hello. This docment is more about internal test runners structure. Please check https://confluence.jetbrains.com/display/~link/Custom+test+runner+example . In covers latest 2017.2 and future (201...
Community
IntelliJ IDEA Open API and Plugin Development
PyCharm plugin: adding python files at deployment, custom project type support, testing custom run configurations
0 votes
«
First
‹
Previous
Next
›
Last
»